Html Css Color HEX #B032BE Dark Orchid

📋 copy color: '#B032BE'

red 176 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #B032BE

Tints of Dark Orchid #B032BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 42.31%
G = 12.02%
B = 45.67%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B032BE (or 0xB032BE) is known color: Dark Orchid. HEX triplet: B0, 32 and BE. RGB value is (176,50,190). Sum of RGB (Red+Green+Blue) = 176+50+190=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B032BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032BE is #4FCD41. Grayscale: #676767. Windows color (decimal): -5229890 or 12464816. OLE color: 12464816.

HSL color Cylindrical-coordinate representation of color #B032BE: hue angle of 294º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B032BE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 50 190 -
CMYK 0.07 0.74 0 0.25
HSL 294º 0.58% 0.47% -
HSV(B) 294º 0.74% 0.75% -
XYZ 28.34 15.23 50.16 -
YUV 103.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 176 50 190 0.07 0.74 0 0.25 294 0.58 0.47
Hex B0 32 BE 7 4A 0 19 126 3A 2F
Octal 260 62 276 7 112 0 31 446 72 57
Binary 10110000 110010 10111110 111 1001010 0 11001 100100110 111010 101111

Color Harmonies of #B032BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032BE

Black with #B032BE

Text Example


Text Example

White with #B032BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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