Html Css Color HEX #B032DD Dark Orchid

📋 copy color: '#B032DD'

red 176 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #B032DD

Tints of Dark Orchid #B032DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 39.37%
G = 11.19%
B = 49.44%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B032DD (or 0xB032DD) is known color: Dark Orchid. HEX triplet: B0, 32 and DD. RGB value is (176,50,221). Sum of RGB (Red+Green+Blue) = 176+50+221=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B032DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032DD is #4FCD22. Grayscale: #6A6A6A. Windows color (decimal): -5229859 or 14496432. OLE color: 14496432.

HSL color Cylindrical-coordinate representation of color #B032DD: hue angle of 284.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B032DD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 50 221 -
CMYK 0.20 0.77 0 0.13
HSL 284.21º 0.72% 0.53% -
HSV(B) 284.21º 0.77% 0.87% -
XYZ 32.1 16.73 69.94 -
YUV 107.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 176 50 221 0.20 0.77 0 0.13 284.21 0.72 0.53
Hex B0 32 DD 14 4D 0 D 11C 48 35
Octal 260 62 335 24 115 0 15 434 110 65
Binary 10110000 110010 11011101 10100 1001101 0 1101 100011100 1001000 110101

Color Harmonies of #B032DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032DD

Black with #B032DD

Text Example


Text Example

White with #B032DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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