Html Css Color HEX #B332DC Dark Orchid

📋 copy color: '#B332DC'

red 179 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #B332DC

Tints of Dark Orchid #B332DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 39.87%
G = 11.14%
B = 49%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B332DC (or 0xB332DC) is known color: Dark Orchid. HEX triplet: B3, 32 and DC. RGB value is (179,50,220). Sum of RGB (Red+Green+Blue) = 179+50+220=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #B332DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332DC is #4CCD23. Grayscale: #6B6B6B. Windows color (decimal): -5033252 or 14430899. OLE color: 14430899.

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

Color convert

RGB 179 50 220 -
CMYK 0.19 0.77 0 0.14
HSL 285.53º 0.71% 0.53% -
HSV(B) 285.53º 0.77% 0.86% -
XYZ 32.65 17.03 69.28 -
YUV 107.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 179 50 220 0.19 0.77 0 0.14 285.53 0.71 0.53
Hex B3 32 DC 13 4D 0 E 11E 47 35
Octal 263 62 334 23 115 0 16 436 107 65
Binary 10110011 110010 11011100 10011 1001101 0 1110 100011110 1000111 110101

Color Harmonies of #B332DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332DC

Black with #B332DC

Text Example


Text Example

White with #B332DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332DC; }

 p { color: rgb(179,50,220); }

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

background-color css

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

 a { background-color: rgb(179,50,220); }

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

border-color css

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

 span { border-color: rgb(179,50,220); }

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