Html Css Color HEX #B032D6 Dark Orchid

📋 copy color: '#B032D6'

red 176 ◦ green 50 ◦ blue 214

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

Shades of Dark Orchid #B032D6

Tints of Dark Orchid #B032D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 40%
G = 11.36%
B = 48.64%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B032D6 (or 0xB032D6) is known color: Dark Orchid. HEX triplet: B0, 32 and D6. RGB value is (176,50,214). Sum of RGB (Red+Green+Blue) = 176+50+214=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #B032D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032D6 is #4FCD29. Grayscale: #696969. Windows color (decimal): -5229866 or 14037680. OLE color: 14037680.

HSL color Cylindrical-coordinate representation of color #B032D6: hue angle of 286.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B032D6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 50 214 -
CMYK 0.18 0.77 0 0.16
HSL 286.1º 0.67% 0.52% -
HSV(B) 286.1º 0.77% 0.84% -
XYZ 31.18 16.37 65.13 -
YUV 106.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 176 50 214 0.18 0.77 0 0.16 286.1 0.67 0.52
Hex B0 32 D6 12 4D 0 10 11E 43 34
Octal 260 62 326 22 115 0 20 436 103 64
Binary 10110000 110010 11010110 10010 1001101 0 10000 100011110 1000011 110100

Color Harmonies of #B032D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032D6

Black with #B032D6

Text Example


Text Example

White with #B032D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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