Html Css Color HEX #B329B7 Dark Orchid

📋 copy color: '#B329B7'

red 179 ◦ green 41 ◦ blue 183

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

Shades of Dark Orchid #B329B7

Tints of Dark Orchid #B329B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 44.42%
G = 10.17%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B329B7 (or 0xB329B7) is known color: Dark Orchid. HEX triplet: B3, 29 and B7. RGB value is (179,41,183). Sum of RGB (Red+Green+Blue) = 179+41+183=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #B329B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329B7 is #4CD648. Grayscale: #626262. Windows color (decimal): -5035593 or 12003763. OLE color: 12003763.

HSL color Cylindrical-coordinate representation of color #B329B7: hue angle of 298.31º degrees, saturation: 0.63, 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 #B329B7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 41 183 -
CMYK 0.02 0.78 0 0.28
HSL 298.31º 0.63% 0.44% -
HSV(B) 298.31º 0.78% 0.72% -
XYZ 27.93 14.59 46.14 -
YUV 98.45 175.72 185.45 -
System Red Green Blue C M Y K H S L
Decimal 179 41 183 0.02 0.78 0 0.28 298.31 0.63 0.44
Hex B3 29 B7 2 4E 0 1C 12A 3F 2C
Octal 263 51 267 2 116 0 34 452 77 54
Binary 10110011 101001 10110111 10 1001110 0 11100 100101010 111111 101100

Color Harmonies of #B329B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329B7

Black with #B329B7

Text Example


Text Example

White with #B329B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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