Html Css Color HEX #B329BB Dark Orchid

📋 copy color: '#B329BB'

red 179 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #B329BB

Tints of Dark Orchid #B329BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 43.98%
G = 10.07%
B = 45.95%

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

#B329BB (or 0xB329BB) is known color: Dark Orchid. HEX triplet: B3, 29 and BB. RGB value is (179,41,187). Sum of RGB (Red+Green+Blue) = 179+41+187=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #B329BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329BB is #4CD644. Grayscale: #626262. Windows color (decimal): -5035589 or 12265907. OLE color: 12265907.

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

Color convert

RGB 179 41 187 -
CMYK 0.04 0.78 0 0.27
HSL 296.71º 0.64% 0.45% -
HSV(B) 296.71º 0.78% 0.73% -
XYZ 28.35 14.76 48.37 -
YUV 98.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 179 41 187 0.04 0.78 0 0.27 296.71 0.64 0.45
Hex B3 29 BB 4 4E 0 1B 129 40 2D
Octal 263 51 273 4 116 0 33 451 100 55
Binary 10110011 101001 10111011 100 1001110 0 11011 100101001 1000000 101101

Color Harmonies of #B329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329BB

Black with #B329BB

Text Example


Text Example

White with #B329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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