Html Css Color HEX #B329BE Dark Orchid

📋 copy color: '#B329BE'

red 179 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #B329BE

Tints of Dark Orchid #B329BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 43.66%
G = 10%
B = 46.34%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B329BE (or 0xB329BE) is known color: Dark Orchid. HEX triplet: B3, 29 and BE. RGB value is (179,41,190). Sum of RGB (Red+Green+Blue) = 179+41+190=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #B329BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329BE is #4CD641. Grayscale: #626262. Windows color (decimal): -5035586 or 12462515. OLE color: 12462515.

HSL color Cylindrical-coordinate representation of color #B329BE: hue angle of 295.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B329BE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 41 190 -
CMYK 0.06 0.78 0 0.25
HSL 295.57º 0.65% 0.45% -
HSV(B) 295.57º 0.78% 0.75% -
XYZ 28.68 14.89 50.08 -
YUV 99.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 179 41 190 0.06 0.78 0 0.25 295.57 0.65 0.45
Hex B3 29 BE 6 4E 0 19 128 41 2D
Octal 263 51 276 6 116 0 31 450 101 55
Binary 10110011 101001 10111110 110 1001110 0 11001 100101000 1000001 101101

Color Harmonies of #B329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329BE

Black with #B329BE

Text Example


Text Example

White with #B329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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