Html Css Color HEX #B12FC9 Dark Orchid

📋 copy color: '#B12FC9'

red 177 ◦ green 47 ◦ blue 201

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

Shades of Dark Orchid #B12FC9

Tints of Dark Orchid #B12FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 41.65%
G = 11.06%
B = 47.29%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B12FC9 (or 0xB12FC9) is known color: Dark Orchid. HEX triplet: B1, 2F and C9. RGB value is (177,47,201). Sum of RGB (Red+Green+Blue) = 177+47+201=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #B12FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FC9 is #4ED036. Grayscale: #666666. Windows color (decimal): -5165111 or 13184945. OLE color: 13184945.

HSL color Cylindrical-coordinate representation of color #B12FC9: hue angle of 290.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12FC9 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 47 201 -
CMYK 0.12 0.77 0 0.21
HSL 290.65º 0.62% 0.49% -
HSV(B) 290.65º 0.77% 0.79% -
XYZ 29.69 15.6 56.7 -
YUV 103.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 177 47 201 0.12 0.77 0 0.21 290.65 0.62 0.49
Hex B1 2F C9 C 4D 0 15 123 3E 31
Octal 261 57 311 14 115 0 25 443 76 61
Binary 10110001 101111 11001001 1100 1001101 0 10101 100100011 111110 110001

Color Harmonies of #B12FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FC9

Black with #B12FC9

Text Example


Text Example

White with #B12FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FC9; }

 p { color: rgb(177,47,201); }

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

background-color css

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

 a { background-color: rgb(177,47,201); }

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

border-color css

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

 span { border-color: rgb(177,47,201); }

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