Html Css Color HEX #B32DDF Dark Orchid

📋 copy color: '#B32DDF'

red 179 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #B32DDF

Tints of Dark Orchid #B32DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

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

R = 40.04%
G = 10.07%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B32DDF (or 0xB32DDF) is known color: Dark Orchid. HEX triplet: B3, 2D and DF. RGB value is (179,45,223). Sum of RGB (Red+Green+Blue) = 179+45+223=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B32DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DDF is #4CD220. Grayscale: #686868. Windows color (decimal): -5034529 or 14626227. OLE color: 14626227.

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

Color convert

RGB 179 45 223 -
CMYK 0.20 0.80 0 0.13
HSL 285.17º 0.74% 0.53% -
HSV(B) 285.17º 0.8% 0.87% -
XYZ 32.85 16.79 71.32 -
YUV 105.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 179 45 223 0.20 0.80 0 0.13 285.17 0.74 0.53
Hex B3 2D DF 14 50 0 D 11D 4A 35
Octal 263 55 337 24 120 0 15 435 112 65
Binary 10110011 101101 11011111 10100 1010000 0 1101 100011101 1001010 110101

Color Harmonies of #B32DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DDF

Black with #B32DDF

Text Example


Text Example

White with #B32DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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