Html Css Color HEX #B328DE Dark Orchid

📋 copy color: '#B328DE'

red 179 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #B328DE

Tints of Dark Orchid #B328DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 40.59%
G = 9.07%
B = 50.34%

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

#B328DE (or 0xB328DE) is known color: Dark Orchid. HEX triplet: B3, 28 and DE. RGB value is (179,40,222). Sum of RGB (Red+Green+Blue) = 179+40+222=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #B328DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328DE is #4CD721. Grayscale: #656565. Windows color (decimal): -5035810 or 14559411. OLE color: 14559411.

HSL color Cylindrical-coordinate representation of color #B328DE: hue angle of 285.82º 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 #B328DE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 40 222 -
CMYK 0.19 0.82 0 0.13
HSL 285.82º 0.73% 0.51% -
HSV(B) 285.82º 0.82% 0.87% -
XYZ 32.53 16.38 70.55 -
YUV 102.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 179 40 222 0.19 0.82 0 0.13 285.82 0.73 0.51
Hex B3 28 DE 13 52 0 D 11E 49 33
Octal 263 50 336 23 122 0 15 436 111 63
Binary 10110011 101000 11011110 10011 1010010 0 1101 100011110 1001001 110011

Color Harmonies of #B328DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328DE

Black with #B328DE

Text Example


Text Example

White with #B328DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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