Html Css Color HEX #B328DD Dark Orchid

📋 copy color: '#B328DD'

red 179 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #B328DD

Tints of Dark Orchid #B328DD

RGB

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

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

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

R = 40.68%
G = 9.09%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B328DD (or 0xB328DD) is known color: Dark Orchid. HEX triplet: B3, 28 and DD. RGB value is (179,40,221). Sum of RGB (Red+Green+Blue) = 179+40+221=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B328DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328DD is #4CD722. Grayscale: #656565. Windows color (decimal): -5035811 or 14493875. OLE color: 14493875.

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

Color convert

RGB 179 40 221 -
CMYK 0.19 0.82 0 0.13
HSL 286.08º 0.73% 0.51% -
HSV(B) 286.08º 0.82% 0.87% -
XYZ 32.4 16.32 69.85 -
YUV 102.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 179 40 221 0.19 0.82 0 0.13 286.08 0.73 0.51
Hex B3 28 DD 13 52 0 D 11E 49 33
Octal 263 50 335 23 122 0 15 436 111 63
Binary 10110011 101000 11011101 10011 1010010 0 1101 100011110 1001001 110011

Color Harmonies of #B328DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328DD

Black with #B328DD

Text Example


Text Example

White with #B328DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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