Html Css Color HEX #B12EE9 Dark Orchid

📋 copy color: '#B12EE9'

red 177 ◦ green 46 ◦ blue 233

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

Shades of Dark Orchid #B12EE9

Tints of Dark Orchid #B12EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.09%

 BLUE value IS 233 (91.41% from 255) = 51.1%

R = 38.82%
G = 10.09%
B = 51.1%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B12EE9 (or 0xB12EE9) is known color: Dark Orchid. HEX triplet: B1, 2E and E9. RGB value is (177,46,233). Sum of RGB (Red+Green+Blue) = 177+46+233=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #B12EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12EE9 is #4ED116. Grayscale: #696969. Windows color (decimal): -5165335 or 15281841. OLE color: 15281841.

HSL color Cylindrical-coordinate representation of color #B12EE9: hue angle of 282.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12EE9 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 46 233 -
CMYK 0.24 0.80 0 0.09
HSL 282.03º 0.81% 0.55% -
HSV(B) 282.03º 0.8% 0.91% -
XYZ 33.82 17.18 78.63 -
YUV 106.49 199.4 178.29 -
System Red Green Blue C M Y K H S L
Decimal 177 46 233 0.24 0.80 0 0.09 282.03 0.81 0.55
Hex B1 2E E9 18 50 0 9 11A 51 37
Octal 261 56 351 30 120 0 11 432 121 67
Binary 10110001 101110 11101001 11000 1010000 0 1001 100011010 1010001 110111

Color Harmonies of #B12EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EE9

Black with #B12EE9

Text Example


Text Example

White with #B12EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EE9; }

 p { color: rgb(177,46,233); }

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

background-color css

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

 a { background-color: rgb(177,46,233); }

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

border-color css

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

 span { border-color: rgb(177,46,233); }

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