Html Css Color HEX #B328DC Dark Orchid

📋 copy color: '#B328DC'

red 179 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #B328DC

Tints of Dark Orchid #B328DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

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

R = 40.77%
G = 9.11%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B328DC (or 0xB328DC) is known color: Dark Orchid. HEX triplet: B3, 28 and DC. RGB value is (179,40,220). Sum of RGB (Red+Green+Blue) = 179+40+220=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #B328DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328DC is #4CD723. Grayscale: #656565. Windows color (decimal): -5035812 or 14428339. OLE color: 14428339.

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

Color convert

RGB 179 40 220 -
CMYK 0.19 0.82 0 0.14
HSL 286.33º 0.72% 0.51% -
HSV(B) 286.33º 0.82% 0.86% -
XYZ 32.27 16.27 69.15 -
YUV 102.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 179 40 220 0.19 0.82 0 0.14 286.33 0.72 0.51
Hex B3 28 DC 13 52 0 E 11E 48 33
Octal 263 50 334 23 122 0 16 436 110 63
Binary 10110011 101000 11011100 10011 1010010 0 1110 100011110 1001000 110011

Color Harmonies of #B328DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328DC

Black with #B328DC

Text Example


Text Example

White with #B328DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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