Html Css Color HEX #B32CD4 Dark Orchid

📋 copy color: '#B32CD4'

red 179 ◦ green 44 ◦ blue 212

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

Shades of Dark Orchid #B32CD4

Tints of Dark Orchid #B32CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.74%

R = 41.15%
G = 10.11%
B = 48.74%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B32CD4 (or 0xB32CD4) is known color: Dark Orchid. HEX triplet: B3, 2C and D4. RGB value is (179,44,212). Sum of RGB (Red+Green+Blue) = 179+44+212=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #B32CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CD4 is #4CD32B. Grayscale: #666666. Windows color (decimal): -5034796 or 13905075. OLE color: 13905075.

HSL color Cylindrical-coordinate representation of color #B32CD4: hue angle of 288.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32CD4 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 44 212 -
CMYK 0.16 0.79 0 0.17
HSL 288.21º 0.66% 0.5% -
HSV(B) 288.21º 0.79% 0.83% -
XYZ 31.37 16.14 63.75 -
YUV 103.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 179 44 212 0.16 0.79 0 0.17 288.21 0.66 0.5
Hex B3 2C D4 10 4F 0 11 120 42 32
Octal 263 54 324 20 117 0 21 440 102 62
Binary 10110011 101100 11010100 10000 1001111 0 10001 100100000 1000010 110010

Color Harmonies of #B32CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CD4

Black with #B32CD4

Text Example


Text Example

White with #B32CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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