Html Css Color HEX #B32CD8 Dark Orchid

📋 copy color: '#B32CD8'

red 179 ◦ green 44 ◦ blue 216

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

Shades of Dark Orchid #B32CD8

Tints of Dark Orchid #B32CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 40.77%
G = 10.02%
B = 49.2%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B32CD8 (or 0xB32CD8) is known color: Dark Orchid. HEX triplet: B3, 2C and D8. RGB value is (179,44,216). Sum of RGB (Red+Green+Blue) = 179+44+216=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #B32CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CD8 is #4CD327. Grayscale: #676767. Windows color (decimal): -5034792 or 14167219. OLE color: 14167219.

HSL color Cylindrical-coordinate representation of color #B32CD8: hue angle of 287.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32CD8 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 44 216 -
CMYK 0.17 0.80 0 0.15
HSL 287.09º 0.69% 0.51% -
HSV(B) 287.09º 0.8% 0.85% -
XYZ 31.89 16.34 66.44 -
YUV 103.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 179 44 216 0.17 0.80 0 0.15 287.09 0.69 0.51
Hex B3 2C D8 11 50 0 F 11F 45 33
Octal 263 54 330 21 120 0 17 437 105 63
Binary 10110011 101100 11011000 10001 1010000 0 1111 100011111 1000101 110011

Color Harmonies of #B32CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CD8

Black with #B32CD8

Text Example


Text Example

White with #B32CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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