Html Css Color HEX #B90FBE Deep Magenta

📋 copy color: '#B90FBE'

red 185 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #B90FBE

Tints of Deep Magenta #B90FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 47.44%
G = 3.85%
B = 48.72%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B90FBE (or 0xB90FBE) is known color: Deep Magenta. HEX triplet: B9, 0F and BE. RGB value is (185,15,190). Sum of RGB (Red+Green+Blue) = 185+15+190=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FBE is #46F041. Grayscale: #555555. Windows color (decimal): -4649026 or 12455865. OLE color: 12455865.

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

Color convert

RGB 185 15 190 -
CMYK 0.03 0.92 0 0.25
HSL 298.29º 0.85% 0.4% -
HSV(B) 298.29º 0.92% 0.75% -
XYZ 29.47 14.37 49.94 -
YUV 85.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 185 15 190 0.03 0.92 0 0.25 298.29 0.85 0.4
Hex B9 F BE 3 5C 0 19 12A 55 28
Octal 271 17 276 3 134 0 31 452 125 50
Binary 10111001 1111 10111110 11 1011100 0 11001 100101010 1010101 101000

Color Harmonies of #B90FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FBE

Black with #B90FBE

Text Example


Text Example

White with #B90FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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