Html Css Color HEX #B32CDF Dark Orchid

📋 copy color: '#B32CDF'

red 179 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #B32CDF

Tints of Dark Orchid #B32CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

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

R = 40.13%
G = 9.87%
B = 50%

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

#B32CDF (or 0xB32CDF) is known color: Dark Orchid. HEX triplet: B3, 2C and DF. RGB value is (179,44,223). Sum of RGB (Red+Green+Blue) = 179+44+223=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B32CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CDF is #4CD320. Grayscale: #686868. Windows color (decimal): -5034785 or 14625971. OLE color: 14625971.

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

Color convert

RGB 179 44 223 -
CMYK 0.20 0.80 0 0.13
HSL 285.25º 0.74% 0.52% -
HSV(B) 285.25º 0.8% 0.87% -
XYZ 32.81 16.71 71.31 -
YUV 104.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 179 44 223 0.20 0.80 0 0.13 285.25 0.74 0.52
Hex B3 2C DF 14 50 0 D 11D 4A 34
Octal 263 54 337 24 120 0 15 435 112 64
Binary 10110011 101100 11011111 10100 1010000 0 1101 100011101 1001010 110100

Color Harmonies of #B32CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CDF

Black with #B32CDF

Text Example


Text Example

White with #B32CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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