Html Css Color HEX #B032EE Dark Orchid

📋 copy color: '#B032EE'

red 176 ◦ green 50 ◦ blue 238

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

Shades of Dark Orchid #B032EE

Tints of Dark Orchid #B032EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 37.93%
G = 10.78%
B = 51.29%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B032EE (or 0xB032EE) is known color: Dark Orchid. HEX triplet: B0, 32 and EE. RGB value is (176,50,238). Sum of RGB (Red+Green+Blue) = 176+50+238=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #B032EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032EE is #4FCD11. Grayscale: #6C6C6C. Windows color (decimal): -5229842 or 15610544. OLE color: 15610544.

HSL color Cylindrical-coordinate representation of color #B032EE: hue angle of 280.21º degrees, saturation: 0.85, 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 #B032EE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 50 238 -
CMYK 0.26 0.79 0 0.07
HSL 280.21º 0.85% 0.56% -
HSV(B) 280.21º 0.79% 0.93% -
XYZ 34.48 17.68 82.49 -
YUV 109.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 176 50 238 0.26 0.79 0 0.07 280.21 0.85 0.56
Hex B0 32 EE 1A 4F 0 7 118 55 38
Octal 260 62 356 32 117 0 7 430 125 70
Binary 10110000 110010 11101110 11010 1001111 0 111 100011000 1010101 111000

Color Harmonies of #B032EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032EE

Black with #B032EE

Text Example


Text Example

White with #B032EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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