Html Css Color HEX #B329DA Dark Orchid

📋 copy color: '#B329DA'

red 179 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #B329DA

Tints of Dark Orchid #B329DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 40.87%
G = 9.36%
B = 49.77%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B329DA (or 0xB329DA) is known color: Dark Orchid. HEX triplet: B3, 29 and DA. RGB value is (179,41,218). Sum of RGB (Red+Green+Blue) = 179+41+218=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B329DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DA is #4CD625. Grayscale: #656565. Windows color (decimal): -5035558 or 14297523. OLE color: 14297523.

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

Color convert

RGB 179 41 218 -
CMYK 0.18 0.81 0 0.15
HSL 286.78º 0.71% 0.51% -
HSV(B) 286.78º 0.81% 0.85% -
XYZ 32.04 16.23 67.77 -
YUV 102.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 179 41 218 0.18 0.81 0 0.15 286.78 0.71 0.51
Hex B3 29 DA 12 51 0 F 11F 47 33
Octal 263 51 332 22 121 0 17 437 107 63
Binary 10110011 101001 11011010 10010 1010001 0 1111 100011111 1000111 110011

Color Harmonies of #B329DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329DA

Black with #B329DA

Text Example


Text Example

White with #B329DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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