Html Css Color HEX #B032EC Dark Orchid

📋 copy color: '#B032EC'

red 176 ◦ green 50 ◦ blue 236

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

Shades of Dark Orchid #B032EC

Tints of Dark Orchid #B032EC

RGB

 RED value IS 176 (69.14% from 255) = 38.1%

 GREEN value IS 50 (19.92% from 255) = 10.82%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 38.1%
G = 10.82%
B = 51.08%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B032EC (or 0xB032EC) is known color: Dark Orchid. HEX triplet: B0, 32 and EC. RGB value is (176,50,236). Sum of RGB (Red+Green+Blue) = 176+50+236=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B032EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032EC is #4FCD13. Grayscale: #6C6C6C. Windows color (decimal): -5229844 or 15479472. OLE color: 15479472.

HSL color Cylindrical-coordinate representation of color #B032EC: hue angle of 280.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B032EC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 50 236 -
CMYK 0.25 0.79 0 0.07
HSL 280.65º 0.83% 0.56% -
HSV(B) 280.65º 0.79% 0.93% -
XYZ 34.19 17.57 80.95 -
YUV 108.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 176 50 236 0.25 0.79 0 0.07 280.65 0.83 0.56
Hex B0 32 EC 19 4F 0 7 119 53 38
Octal 260 62 354 31 117 0 7 431 123 70
Binary 10110000 110010 11101100 11001 1001111 0 111 100011001 1010011 111000

Color Harmonies of #B032EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032EC

Black with #B032EC

Text Example


Text Example

White with #B032EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032EC; }

 p { color: rgb(176,50,236); }

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

background-color css

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

 a { background-color: rgb(176,50,236); }

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

border-color css

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

 span { border-color: rgb(176,50,236); }

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