Html Css Color HEX #B329E9 Dark Orchid

📋 copy color: '#B329E9'

red 179 ◦ green 41 ◦ blue 233

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

Shades of Dark Orchid #B329E9

Tints of Dark Orchid #B329E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 39.51%
G = 9.05%
B = 51.43%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B329E9 (or 0xB329E9) is known color: Dark Orchid. HEX triplet: B3, 29 and E9. RGB value is (179,41,233). Sum of RGB (Red+Green+Blue) = 179+41+233=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #B329E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329E9 is #4CD616. Grayscale: #676767. Windows color (decimal): -5035543 or 15280563. OLE color: 15280563.

HSL color Cylindrical-coordinate representation of color #B329E9: hue angle of 283.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B329E9 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 41 233 -
CMYK 0.23 0.82 0 0.09
HSL 283.13º 0.81% 0.54% -
HSV(B) 283.13º 0.82% 0.91% -
XYZ 34.09 17.05 78.59 -
YUV 104.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 179 41 233 0.23 0.82 0 0.09 283.13 0.81 0.54
Hex B3 29 E9 17 52 0 9 11B 51 36
Octal 263 51 351 27 122 0 11 433 121 66
Binary 10110011 101001 11101001 10111 1010010 0 1001 100011011 1010001 110110

Color Harmonies of #B329E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329E9

Black with #B329E9

Text Example


Text Example

White with #B329E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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