Html Css Color HEX #B329CE Dark Orchid

📋 copy color: '#B329CE'

red 179 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B329CE

Tints of Dark Orchid #B329CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 42.02%
G = 9.62%
B = 48.36%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B329CE (or 0xB329CE) is known color: Dark Orchid. HEX triplet: B3, 29 and CE. RGB value is (179,41,206). Sum of RGB (Red+Green+Blue) = 179+41+206=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #B329CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329CE is #4CD631. Grayscale: #646464. Windows color (decimal): -5035570 or 13511091. OLE color: 13511091.

HSL color Cylindrical-coordinate representation of color #B329CE: hue angle of 290.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B329CE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 41 206 -
CMYK 0.13 0.80 0 0.19
HSL 290.18º 0.67% 0.48% -
HSV(B) 290.18º 0.8% 0.81% -
XYZ 30.52 15.63 59.8 -
YUV 101.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 179 41 206 0.13 0.80 0 0.19 290.18 0.67 0.48
Hex B3 29 CE D 50 0 13 122 43 30
Octal 263 51 316 15 120 0 23 442 103 60
Binary 10110011 101001 11001110 1101 1010000 0 10011 100100010 1000011 110000

Color Harmonies of #B329CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329CE

Black with #B329CE

Text Example


Text Example

White with #B329CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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