Html Css Color HEX #B032BA Dark Orchid

📋 copy color: '#B032BA'

red 176 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #B032BA

Tints of Dark Orchid #B032BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 42.72%
G = 12.14%
B = 45.15%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B032BA (or 0xB032BA) is known color: Dark Orchid. HEX triplet: B0, 32 and BA. RGB value is (176,50,186). Sum of RGB (Red+Green+Blue) = 176+50+186=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B032BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032BA is #4FCD45. Grayscale: #666666. Windows color (decimal): -5229894 or 12202672. OLE color: 12202672.

HSL color Cylindrical-coordinate representation of color #B032BA: hue angle of 295.59º 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 #B032BA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 50 186 -
CMYK 0.05 0.73 0 0.27
HSL 295.59º 0.58% 0.46% -
HSV(B) 295.59º 0.73% 0.73% -
XYZ 27.91 15.06 47.89 -
YUV 103.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 176 50 186 0.05 0.73 0 0.27 295.59 0.58 0.46
Hex B0 32 BA 5 49 0 1B 128 3A 2E
Octal 260 62 272 5 111 0 33 450 72 56
Binary 10110000 110010 10111010 101 1001001 0 11011 100101000 111010 101110

Color Harmonies of #B032BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032BA

Black with #B032BA

Text Example


Text Example

White with #B032BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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