Html Css Color HEX #B921C0 Deep Magenta

📋 copy color: '#B921C0'

red 185 ◦ green 33 ◦ blue 192

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

Shades of Deep Magenta #B921C0

Tints of Deep Magenta #B921C0

RGB

 RED value IS 185 (72.66% from 255) = 45.12%

 GREEN value IS 33 (13.28% from 255) = 8.05%

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

R = 45.12%
G = 8.05%
B = 46.83%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B921C0 (or 0xB921C0) is known color: Deep Magenta. HEX triplet: B9, 21 and C0. RGB value is (185,33,192). Sum of RGB (Red+Green+Blue) = 185+33+192=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #B921C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921C0 is #46DE3F. Grayscale: #606060. Windows color (decimal): -4644416 or 12591545. OLE color: 12591545.

HSL color Cylindrical-coordinate representation of color #B921C0: hue angle of 297.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B921C0 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 33 192 -
CMYK 0.04 0.83 0 0.25
HSL 297.36º 0.71% 0.44% -
HSV(B) 297.36º 0.83% 0.75% -
XYZ 30.07 15.21 51.22 -
YUV 96.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 185 33 192 0.04 0.83 0 0.25 297.36 0.71 0.44
Hex B9 21 C0 4 53 0 19 129 47 2C
Octal 271 41 300 4 123 0 31 451 107 54
Binary 10111001 100001 11000000 100 1010011 0 11001 100101001 1000111 101100

Color Harmonies of #B921C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921C0

Black with #B921C0

Text Example


Text Example

White with #B921C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921C0; }

 p { color: rgb(185,33,192); }

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

background-color css

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

 a { background-color: rgb(185,33,192); }

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

border-color css

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

 span { border-color: rgb(185,33,192); }

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