Html Css Color HEX #B32CD6 Dark Orchid

📋 copy color: '#B32CD6'

red 179 ◦ green 44 ◦ blue 214

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

Shades of Dark Orchid #B32CD6

Tints of Dark Orchid #B32CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 40.96%
G = 10.07%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B32CD6 (or 0xB32CD6) is known color: Dark Orchid. HEX triplet: B3, 2C and D6. RGB value is (179,44,214). Sum of RGB (Red+Green+Blue) = 179+44+214=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #B32CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CD6 is #4CD329. Grayscale: #676767. Windows color (decimal): -5034794 or 14036147. OLE color: 14036147.

HSL color Cylindrical-coordinate representation of color #B32CD6: hue angle of 287.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32CD6 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 44 214 -
CMYK 0.16 0.79 0 0.16
HSL 287.65º 0.67% 0.51% -
HSV(B) 287.65º 0.79% 0.84% -
XYZ 31.63 16.24 65.09 -
YUV 103.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 179 44 214 0.16 0.79 0 0.16 287.65 0.67 0.51
Hex B3 2C D6 10 4F 0 10 120 43 33
Octal 263 54 326 20 117 0 20 440 103 63
Binary 10110011 101100 11010110 10000 1001111 0 10000 100100000 1000011 110011

Color Harmonies of #B32CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CD6

Black with #B32CD6

Text Example


Text Example

White with #B32CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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