Html Css Color HEX #B12CEA Dark Orchid

📋 copy color: '#B12CEA'

red 177 ◦ green 44 ◦ blue 234

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

Shades of Dark Orchid #B12CEA

Tints of Dark Orchid #B12CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 38.9%
G = 9.67%
B = 51.43%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B12CEA (or 0xB12CEA) is known color: Dark Orchid. HEX triplet: B1, 2C and EA. RGB value is (177,44,234). Sum of RGB (Red+Green+Blue) = 177+44+234=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #B12CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CEA is #4ED315. Grayscale: #686868. Windows color (decimal): -5165846 or 15346865. OLE color: 15346865.

HSL color Cylindrical-coordinate representation of color #B12CEA: hue angle of 282º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12CEA is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 44 234 -
CMYK 0.24 0.81 0 0.08
HSL 282º 0.82% 0.55% -
HSV(B) 282º 0.81% 0.92% -
XYZ 33.88 17.09 79.35 -
YUV 105.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 177 44 234 0.24 0.81 0 0.08 282 0.82 0.55
Hex B1 2C EA 18 51 0 8 11A 52 37
Octal 261 54 352 30 121 0 10 432 122 67
Binary 10110001 101100 11101010 11000 1010001 0 1000 100011010 1010010 110111

Color Harmonies of #B12CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CEA

Black with #B12CEA

Text Example


Text Example

White with #B12CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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