Html Css Color HEX #B032DA Dark Orchid

📋 copy color: '#B032DA'

red 176 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #B032DA

Tints of Dark Orchid #B032DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 39.64%
G = 11.26%
B = 49.1%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B032DA (or 0xB032DA) is known color: Dark Orchid. HEX triplet: B0, 32 and DA. RGB value is (176,50,218). Sum of RGB (Red+Green+Blue) = 176+50+218=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B032DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032DA is #4FCD25. Grayscale: #6A6A6A. Windows color (decimal): -5229862 or 14299824. OLE color: 14299824.

HSL color Cylindrical-coordinate representation of color #B032DA: hue angle of 285º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B032DA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 50 218 -
CMYK 0.19 0.77 0 0.15
HSL 285º 0.69% 0.53% -
HSV(B) 285º 0.77% 0.85% -
XYZ 31.7 16.57 67.86 -
YUV 106.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 176 50 218 0.19 0.77 0 0.15 285 0.69 0.53
Hex B0 32 DA 13 4D 0 F 11D 45 35
Octal 260 62 332 23 115 0 17 435 105 65
Binary 10110000 110010 11011010 10011 1001101 0 1111 100011101 1000101 110101

Color Harmonies of #B032DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032DA

Black with #B032DA

Text Example


Text Example

White with #B032DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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