Html Css Color HEX #B032BB Dark Orchid

📋 copy color: '#B032BB'

red 176 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #B032BB

Tints of Dark Orchid #B032BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 42.62%
G = 12.11%
B = 45.28%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B032BB (or 0xB032BB) is known color: Dark Orchid. HEX triplet: B0, 32 and BB. RGB value is (176,50,187). Sum of RGB (Red+Green+Blue) = 176+50+187=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B032BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032BB is #4FCD44. Grayscale: #666666. Windows color (decimal): -5229893 or 12268208. OLE color: 12268208.

HSL color Cylindrical-coordinate representation of color #B032BB: hue angle of 295.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B032BB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 50 187 -
CMYK 0.06 0.73 0 0.27
HSL 295.18º 0.58% 0.46% -
HSV(B) 295.18º 0.73% 0.73% -
XYZ 28.01 15.1 48.45 -
YUV 103.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 176 50 187 0.06 0.73 0 0.27 295.18 0.58 0.46
Hex B0 32 BB 6 49 0 1B 127 3A 2E
Octal 260 62 273 6 111 0 33 447 72 56
Binary 10110000 110010 10111011 110 1001001 0 11011 100100111 111010 101110

Color Harmonies of #B032BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032BB

Black with #B032BB

Text Example


Text Example

White with #B032BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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