Html Css Color HEX #B12DC6 Dark Orchid

📋 copy color: '#B12DC6'

red 177 ◦ green 45 ◦ blue 198

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

Shades of Dark Orchid #B12DC6

Tints of Dark Orchid #B12DC6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

 BLUE value IS 198 (77.73% from 255) = 47.14%

R = 42.14%
G = 10.71%
B = 47.14%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B12DC6 (or 0xB12DC6) is known color: Dark Orchid. HEX triplet: B1, 2D and C6. RGB value is (177,45,198). Sum of RGB (Red+Green+Blue) = 177+45+198=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B12DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DC6 is #4ED239. Grayscale: #656565. Windows color (decimal): -5165626 or 12987825. OLE color: 12987825.

HSL color Cylindrical-coordinate representation of color #B12DC6: hue angle of 291.76º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12DC6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 45 198 -
CMYK 0.11 0.77 0 0.22
HSL 291.76º 0.63% 0.48% -
HSV(B) 291.76º 0.77% 0.78% -
XYZ 29.26 15.3 54.84 -
YUV 101.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 177 45 198 0.11 0.77 0 0.22 291.76 0.63 0.48
Hex B1 2D C6 B 4D 0 16 124 3F 30
Octal 261 55 306 13 115 0 26 444 77 60
Binary 10110001 101101 11000110 1011 1001101 0 10110 100100100 111111 110000

Color Harmonies of #B12DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DC6

Black with #B12DC6

Text Example


Text Example

White with #B12DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DC6; }

 p { color: rgb(177,45,198); }

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

background-color css

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

 a { background-color: rgb(177,45,198); }

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

border-color css

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

 span { border-color: rgb(177,45,198); }

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