Html Css Color HEX #B329B8 Dark Orchid

📋 copy color: '#B329B8'

red 179 ◦ green 41 ◦ blue 184

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

Shades of Dark Orchid #B329B8

Tints of Dark Orchid #B329B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.15%

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 44.31%
G = 10.15%
B = 45.54%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B329B8 (or 0xB329B8) is known color: Dark Orchid. HEX triplet: B3, 29 and B8. RGB value is (179,41,184). Sum of RGB (Red+Green+Blue) = 179+41+184=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #B329B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329B8 is #4CD647. Grayscale: #626262. Windows color (decimal): -5035592 or 12069299. OLE color: 12069299.

HSL color Cylindrical-coordinate representation of color #B329B8: hue angle of 297.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B329B8 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 41 184 -
CMYK 0.03 0.78 0 0.28
HSL 297.9º 0.64% 0.44% -
HSV(B) 297.9º 0.78% 0.72% -
XYZ 28.04 14.63 46.69 -
YUV 98.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 179 41 184 0.03 0.78 0 0.28 297.9 0.64 0.44
Hex B3 29 B8 3 4E 0 1C 12A 40 2C
Octal 263 51 270 3 116 0 34 452 100 54
Binary 10110011 101001 10111000 11 1001110 0 11100 100101010 1000000 101100

Color Harmonies of #B329B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329B8

Black with #B329B8

Text Example


Text Example

White with #B329B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329B8; }

 p { color: rgb(179,41,184); }

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

background-color css

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

 a { background-color: rgb(179,41,184); }

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

border-color css

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

 span { border-color: rgb(179,41,184); }

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