Html Css Color HEX #B90FB3 Deep Magenta

📋 copy color: '#B90FB3'

red 185 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #B90FB3

Tints of Deep Magenta #B90FB3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 48.81%
G = 3.96%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B90FB3 (or 0xB90FB3) is known color: Deep Magenta. HEX triplet: B9, 0F and B3. RGB value is (185,15,179). Sum of RGB (Red+Green+Blue) = 185+15+179=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FB3 is #46F04C. Grayscale: #545454. Windows color (decimal): -4649037 or 11734969. OLE color: 11734969.

HSL color Cylindrical-coordinate representation of color #B90FB3: hue angle of 302.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 15 179 -
CMYK 0 0.92 0.03 0.27
HSL 302.12º 0.85% 0.39% -
HSV(B) 302.12º 0.92% 0.73% -
XYZ 28.32 13.91 43.84 -
YUV 84.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 185 15 179 0 0.92 0.03 0.27 302.12 0.85 0.39
Hex B9 F B3 0 5C 3 1B 12E 55 27
Octal 271 17 263 0 134 3 33 456 125 47
Binary 10111001 1111 10110011 0 1011100 11 11011 100101110 1010101 100111

Color Harmonies of #B90FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FB3

Black with #B90FB3

Text Example


Text Example

White with #B90FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FB3; }

 p { color: rgb(185,15,179); }

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

background-color css

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

 a { background-color: rgb(185,15,179); }

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

border-color css

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

 span { border-color: rgb(185,15,179); }

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