Html Css Color HEX #B32ADD Dark Orchid

📋 copy color: '#B32ADD'

red 179 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #B32ADD

Tints of Dark Orchid #B32ADD

RGB

 RED value IS 179 (70.31% from 255) = 40.5%

 GREEN value IS 42 (16.8% from 255) = 9.5%

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

R = 40.5%
G = 9.5%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B32ADD (or 0xB32ADD) is known color: Dark Orchid. HEX triplet: B3, 2A and DD. RGB value is (179,42,221). Sum of RGB (Red+Green+Blue) = 179+42+221=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B32ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ADD is #4CD522. Grayscale: #666666. Windows color (decimal): -5035299 or 14494387. OLE color: 14494387.

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

Color convert

RGB 179 42 221 -
CMYK 0.19 0.81 0 0.13
HSL 285.92º 0.72% 0.52% -
HSV(B) 285.92º 0.81% 0.87% -
XYZ 32.47 16.46 69.87 -
YUV 103.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 179 42 221 0.19 0.81 0 0.13 285.92 0.72 0.52
Hex B3 2A DD 13 51 0 D 11E 48 34
Octal 263 52 335 23 121 0 15 436 110 64
Binary 10110011 101010 11011101 10011 1010001 0 1101 100011110 1001000 110100

Color Harmonies of #B32ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ADD

Black with #B32ADD

Text Example


Text Example

White with #B32ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ADD; }

 p { color: rgb(179,42,221); }

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

background-color css

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

 a { background-color: rgb(179,42,221); }

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

border-color css

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

 span { border-color: rgb(179,42,221); }

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