Html Css Color HEX #B329EC Dark Orchid

📋 copy color: '#B329EC'

red 179 ◦ green 41 ◦ blue 236

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

Shades of Dark Orchid #B329EC

Tints of Dark Orchid #B329EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 39.25%
G = 8.99%
B = 51.75%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B329EC (or 0xB329EC) is known color: Dark Orchid. HEX triplet: B3, 29 and EC. RGB value is (179,41,236). Sum of RGB (Red+Green+Blue) = 179+41+236=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #B329EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329EC is #4CD613. Grayscale: #676767. Windows color (decimal): -5035540 or 15477171. OLE color: 15477171.

HSL color Cylindrical-coordinate representation of color #B329EC: hue angle of 282.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B329EC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 41 236 -
CMYK 0.24 0.83 0 0.07
HSL 282.46º 0.84% 0.54% -
HSV(B) 282.46º 0.83% 0.93% -
XYZ 34.52 17.23 80.86 -
YUV 104.49 202.22 181.14 -
System Red Green Blue C M Y K H S L
Decimal 179 41 236 0.24 0.83 0 0.07 282.46 0.84 0.54
Hex B3 29 EC 18 53 0 7 11A 54 36
Octal 263 51 354 30 123 0 7 432 124 66
Binary 10110011 101001 11101100 11000 1010011 0 111 100011010 1010100 110110

Color Harmonies of #B329EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329EC

Black with #B329EC

Text Example


Text Example

White with #B329EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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