Html Css Color HEX #B328BA Dark Orchid

📋 copy color: '#B328BA'

red 179 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #B328BA

Tints of Dark Orchid #B328BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 44.2%
G = 9.88%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B328BA (or 0xB328BA) is known color: Dark Orchid. HEX triplet: B3, 28 and BA. RGB value is (179,40,186). Sum of RGB (Red+Green+Blue) = 179+40+186=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B328BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328BA is #4CD745. Grayscale: #616161. Windows color (decimal): -5035846 or 12200115. OLE color: 12200115.

HSL color Cylindrical-coordinate representation of color #B328BA: hue angle of 297.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B328BA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 40 186 -
CMYK 0.04 0.78 0 0.27
HSL 297.12º 0.65% 0.44% -
HSV(B) 297.12º 0.78% 0.73% -
XYZ 28.21 14.65 47.79 -
YUV 98.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 179 40 186 0.04 0.78 0 0.27 297.12 0.65 0.44
Hex B3 28 BA 4 4E 0 1B 129 41 2C
Octal 263 50 272 4 116 0 33 451 101 54
Binary 10110011 101000 10111010 100 1001110 0 11011 100101001 1000001 101100

Color Harmonies of #B328BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328BA

Black with #B328BA

Text Example


Text Example

White with #B328BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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