Html Css Color HEX #B032E8 Dark Orchid

📋 copy color: '#B032E8'

red 176 ◦ green 50 ◦ blue 232

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

Shades of Dark Orchid #B032E8

Tints of Dark Orchid #B032E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.66%

R = 38.43%
G = 10.92%
B = 50.66%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B032E8 (or 0xB032E8) is known color: Dark Orchid. HEX triplet: B0, 32 and E8. RGB value is (176,50,232). Sum of RGB (Red+Green+Blue) = 176+50+232=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #B032E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032E8 is #4FCD17. Grayscale: #6B6B6B. Windows color (decimal): -5229848 or 15217328. OLE color: 15217328.

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

Color convert

RGB 176 50 232 -
CMYK 0.24 0.78 0 0.09
HSL 281.54º 0.8% 0.55% -
HSV(B) 281.54º 0.78% 0.91% -
XYZ 33.61 17.34 77.92 -
YUV 108.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 176 50 232 0.24 0.78 0 0.09 281.54 0.8 0.55
Hex B0 32 E8 18 4E 0 9 11A 50 37
Octal 260 62 350 30 116 0 11 432 120 67
Binary 10110000 110010 11101000 11000 1001110 0 1001 100011010 1010000 110111

Color Harmonies of #B032E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032E8

Black with #B032E8

Text Example


Text Example

White with #B032E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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