Html Css Color HEX #B921D0 Deep Magenta

📋 copy color: '#B921D0'

red 185 ◦ green 33 ◦ blue 208

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

Shades of Deep Magenta #B921D0

Tints of Deep Magenta #B921D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.83%

R = 43.43%
G = 7.75%
B = 48.83%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B921D0 (or 0xB921D0) is known color: Deep Magenta. HEX triplet: B9, 21 and D0. RGB value is (185,33,208). Sum of RGB (Red+Green+Blue) = 185+33+208=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #B921D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921D0 is #46DE2F. Grayscale: #616161. Windows color (decimal): -4644400 or 13640121. OLE color: 13640121.

HSL color Cylindrical-coordinate representation of color #B921D0: hue angle of 292.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B921D0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 33 208 -
CMYK 0.11 0.84 0 0.18
HSL 292.11º 0.73% 0.47% -
HSV(B) 292.11º 0.84% 0.82% -
XYZ 31.94 15.96 61.07 -
YUV 98.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 185 33 208 0.11 0.84 0 0.18 292.11 0.73 0.47
Hex B9 21 D0 B 54 0 12 124 49 2F
Octal 271 41 320 13 124 0 22 444 111 57
Binary 10111001 100001 11010000 1011 1010100 0 10010 100100100 1001001 101111

Color Harmonies of #B921D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921D0

Black with #B921D0

Text Example


Text Example

White with #B921D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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