Html Css Color HEX #B329DF Dark Orchid

📋 copy color: '#B329DF'

red 179 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #B329DF

Tints of Dark Orchid #B329DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 40.41%
G = 9.26%
B = 50.34%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B329DF (or 0xB329DF) is known color: Dark Orchid. HEX triplet: B3, 29 and DF. RGB value is (179,41,223). Sum of RGB (Red+Green+Blue) = 179+41+223=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #B329DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DF is #4CD620. Grayscale: #666666. Windows color (decimal): -5035553 or 14625203. OLE color: 14625203.

HSL color Cylindrical-coordinate representation of color #B329DF: hue angle of 285.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B329DF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 41 223 -
CMYK 0.20 0.82 0 0.13
HSL 285.49º 0.74% 0.52% -
HSV(B) 285.49º 0.82% 0.87% -
XYZ 32.7 16.5 71.27 -
YUV 103.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 179 41 223 0.20 0.82 0 0.13 285.49 0.74 0.52
Hex B3 29 DF 14 52 0 D 11D 4A 34
Octal 263 51 337 24 122 0 15 435 112 64
Binary 10110011 101001 11011111 10100 1010010 0 1101 100011101 1001010 110100

Color Harmonies of #B329DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329DF

Black with #B329DF

Text Example


Text Example

White with #B329DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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