Html Css Color HEX #B032EA Dark Orchid

📋 copy color: '#B032EA'

red 176 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #B032EA

Tints of Dark Orchid #B032EA

RGB

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

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

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

R = 38.26%
G = 10.87%
B = 50.87%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B032EA (or 0xB032EA) is known color: Dark Orchid. HEX triplet: B0, 32 and EA. RGB value is (176,50,234). Sum of RGB (Red+Green+Blue) = 176+50+234=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #B032EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032EA is #4FCD15. Grayscale: #6C6C6C. Windows color (decimal): -5229846 or 15348400. OLE color: 15348400.

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

Color convert

RGB 176 50 234 -
CMYK 0.25 0.79 0 0.08
HSL 281.09º 0.81% 0.56% -
HSV(B) 281.09º 0.79% 0.92% -
XYZ 33.9 17.45 79.42 -
YUV 108.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 176 50 234 0.25 0.79 0 0.08 281.09 0.81 0.56
Hex B0 32 EA 19 4F 0 8 119 51 38
Octal 260 62 352 31 117 0 10 431 121 70
Binary 10110000 110010 11101010 11001 1001111 0 1000 100011001 1010001 111000

Color Harmonies of #B032EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032EA

Black with #B032EA

Text Example


Text Example

White with #B032EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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