Html Css Color HEX #B329EB Dark Orchid

📋 copy color: '#B329EB'

red 179 ◦ green 41 ◦ blue 235

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

Shades of Dark Orchid #B329EB

Tints of Dark Orchid #B329EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 39.34%
G = 9.01%
B = 51.65%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B329EB (or 0xB329EB) is known color: Dark Orchid. HEX triplet: B3, 29 and EB. RGB value is (179,41,235). Sum of RGB (Red+Green+Blue) = 179+41+235=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #B329EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329EB is #4CD614. Grayscale: #676767. Windows color (decimal): -5035541 or 15411635. OLE color: 15411635.

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

Color convert

RGB 179 41 235 -
CMYK 0.24 0.83 0 0.08
HSL 282.68º 0.83% 0.54% -
HSV(B) 282.68º 0.83% 0.92% -
XYZ 34.38 17.17 80.1 -
YUV 104.38 201.72 181.23 -
System Red Green Blue C M Y K H S L
Decimal 179 41 235 0.24 0.83 0 0.08 282.68 0.83 0.54
Hex B3 29 EB 18 53 0 8 11B 53 36
Octal 263 51 353 30 123 0 10 433 123 66
Binary 10110011 101001 11101011 11000 1010011 0 1000 100011011 1010011 110110

Color Harmonies of #B329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329EB

Black with #B329EB

Text Example


Text Example

White with #B329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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