Html Css Color HEX #B032DF Dark Orchid

📋 copy color: '#B032DF'

red 176 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #B032DF

Tints of Dark Orchid #B032DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 39.2%
G = 11.14%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B032DF (or 0xB032DF) is known color: Dark Orchid. HEX triplet: B0, 32 and DF. RGB value is (176,50,223). Sum of RGB (Red+Green+Blue) = 176+50+223=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B032DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032DF is #4FCD20. Grayscale: #6A6A6A. Windows color (decimal): -5229857 or 14627504. OLE color: 14627504.

HSL color Cylindrical-coordinate representation of color #B032DF: hue angle of 283.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B032DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 50 223 -
CMYK 0.21 0.78 0 0.13
HSL 283.7º 0.73% 0.54% -
HSV(B) 283.7º 0.78% 0.87% -
XYZ 32.36 16.84 71.36 -
YUV 107.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 176 50 223 0.21 0.78 0 0.13 283.7 0.73 0.54
Hex B0 32 DF 15 4E 0 D 11C 49 36
Octal 260 62 337 25 116 0 15 434 111 66
Binary 10110000 110010 11011111 10101 1001110 0 1101 100011100 1001001 110110

Color Harmonies of #B032DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032DF

Black with #B032DF

Text Example


Text Example

White with #B032DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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