Html Css Color HEX #B32DC0 Dark Orchid

📋 copy color: '#B32DC0'

red 179 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #B32DC0

Tints of Dark Orchid #B32DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 43.03%
G = 10.82%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B32DC0 (or 0xB32DC0) is known color: Dark Orchid. HEX triplet: B3, 2D and C0. RGB value is (179,45,192). Sum of RGB (Red+Green+Blue) = 179+45+192=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #B32DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DC0 is #4CD23F. Grayscale: #656565. Windows color (decimal): -5034560 or 12594611. OLE color: 12594611.

HSL color Cylindrical-coordinate representation of color #B32DC0: hue angle of 294.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32DC0 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 45 192 -
CMYK 0.07 0.77 0 0.25
HSL 294.69º 0.62% 0.46% -
HSV(B) 294.69º 0.77% 0.75% -
XYZ 29.04 15.27 51.29 -
YUV 101.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 179 45 192 0.07 0.77 0 0.25 294.69 0.62 0.46
Hex B3 2D C0 7 4D 0 19 127 3E 2E
Octal 263 55 300 7 115 0 31 447 76 56
Binary 10110011 101101 11000000 111 1001101 0 11001 100100111 111110 101110

Color Harmonies of #B32DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DC0

Black with #B32DC0

Text Example


Text Example

White with #B32DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DC0; }

 p { color: rgb(179,45,192); }

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

background-color css

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

 a { background-color: rgb(179,45,192); }

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

border-color css

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

 span { border-color: rgb(179,45,192); }

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