Html Css Color HEX #B12CDF Dark Orchid

📋 copy color: '#B12CDF'

red 177 ◦ green 44 ◦ blue 223

#B12CDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B12CDF

Tints of Dark Orchid #B12CDF

RGB

 RED value IS 177 (69.53% from 255) = 39.86%

 GREEN value IS 44 (17.58% from 255) = 9.91%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 39.86%
G = 9.91%
B = 50.23%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B12CDF (or 0xB12CDF) is known color: Dark Orchid. HEX triplet: B1, 2C and DF. RGB value is (177,44,223). Sum of RGB (Red+Green+Blue) = 177+44+223=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B12CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CDF is #4ED320. Grayscale: #676767. Windows color (decimal): -5165857 or 14625969. OLE color: 14625969.

HSL color Cylindrical-coordinate representation of color #B12CDF: hue angle of 284.58º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12CDF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 44 223 -
CMYK 0.21 0.80 0 0.13
HSL 284.58º 0.74% 0.52% -
HSV(B) 284.58º 0.8% 0.87% -
XYZ 32.35 16.48 71.29 -
YUV 104.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 177 44 223 0.21 0.80 0 0.13 284.58 0.74 0.52
Hex B1 2C DF 15 50 0 D 11D 4A 34
Octal 261 54 337 25 120 0 15 435 112 64
Binary 10110001 101100 11011111 10101 1010000 0 1101 100011101 1001010 110100

Color Harmonies of #B12CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CDF

Black with #B12CDF

Text Example


Text Example

White with #B12CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CDF; }

 p { color: rgb(177,44,223); }

 H1.HeaderClassName
 {
   color: #B12CDF;
 }
 .AnyTagClassName
 {
   color: #B12CDF;
 }
</style>

background-color css

<style>
 a { background-color: #B12CDF; }

 a { background-color: rgb(177,44,223); }

 div.DivClassName
 {
   background-color: #B12CDF;
 }
 .BgClassName
 {
   background-color: #B12CDF;
 }
</style>

border-color css

<style>
 span { border-color: #B12CDF; }

 span { border-color: rgb(177,44,223); }

 td.TdClassName
 {
   border-color: #B12CDF;
 }
 .TagClassName
 {
   border-color: #B12CDF;
 }
</style>