Html Css Color HEX #B329DB Dark Orchid

📋 copy color: '#B329DB'

red 179 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B329DB

Tints of Dark Orchid #B329DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 40.77%
G = 9.34%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B329DB (or 0xB329DB) is known color: Dark Orchid. HEX triplet: B3, 29 and DB. RGB value is (179,41,219). Sum of RGB (Red+Green+Blue) = 179+41+219=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B329DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DB is #4CD624. Grayscale: #656565. Windows color (decimal): -5035557 or 14363059. OLE color: 14363059.

HSL color Cylindrical-coordinate representation of color #B329DB: hue angle of 286.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B329DB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 41 219 -
CMYK 0.18 0.81 0 0.14
HSL 286.52º 0.71% 0.51% -
HSV(B) 286.52º 0.81% 0.86% -
XYZ 32.17 16.28 68.47 -
YUV 102.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 179 41 219 0.18 0.81 0 0.14 286.52 0.71 0.51
Hex B3 29 DB 12 51 0 E 11F 47 33
Octal 263 51 333 22 121 0 16 437 107 63
Binary 10110011 101001 11011011 10010 1010001 0 1110 100011111 1000111 110011

Color Harmonies of #B329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329DB

Black with #B329DB

Text Example


Text Example

White with #B329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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