Html Css Color HEX #B32CDC Dark Orchid

📋 copy color: '#B32CDC'

red 179 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #B32CDC

Tints of Dark Orchid #B32CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 40.41%
G = 9.93%
B = 49.66%

CMYK

 C value IS 0.19

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B32CDC (or 0xB32CDC) is known color: Dark Orchid. HEX triplet: B3, 2C and DC. RGB value is (179,44,220). Sum of RGB (Red+Green+Blue) = 179+44+220=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B32CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CDC is #4CD323. Grayscale: #676767. Windows color (decimal): -5034788 or 14429363. OLE color: 14429363.

HSL color Cylindrical-coordinate representation of color #B32CDC: hue angle of 286.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32CDC is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 44 220 -
CMYK 0.19 0.8 0 0.14
HSL 286.02º 0.72% 0.52% -
HSV(B) 286.02º 0.8% 0.86% -
XYZ 32.41 16.55 69.2 -
YUV 104.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 179 44 220 0.19 0.8 0 0.14 286.02 0.72 0.52
Hex B3 2C DC 13 50 0 E 11E 48 34
Octal 263 54 334 23 120 0 16 436 110 64
Binary 10110011 101100 11011100 10011 1010000 0 1110 100011110 1001000 110100

Color Harmonies of #B32CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CDC

Black with #B32CDC

Text Example


Text Example

White with #B32CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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