Html Css Color HEX #B90CBE Deep Magenta

📋 copy color: '#B90CBE'

red 185 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #B90CBE

Tints of Deep Magenta #B90CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

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

R = 47.8%
G = 3.1%
B = 49.1%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B90CBE (or 0xB90CBE) is known color: Deep Magenta. HEX triplet: B9, 0C and BE. RGB value is (185,12,190). Sum of RGB (Red+Green+Blue) = 185+12+190=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CBE is #46F341. Grayscale: #535353. Windows color (decimal): -4649794 or 12455097. OLE color: 12455097.

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

Color convert

RGB 185 12 190 -
CMYK 0.03 0.94 0 0.25
HSL 298.31º 0.88% 0.4% -
HSV(B) 298.31º 0.94% 0.75% -
XYZ 29.43 14.29 49.92 -
YUV 84.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 185 12 190 0.03 0.94 0 0.25 298.31 0.88 0.4
Hex B9 C BE 3 5E 0 19 12A 58 28
Octal 271 14 276 3 136 0 31 452 130 50
Binary 10111001 1100 10111110 11 1011110 0 11001 100101010 1011000 101000

Color Harmonies of #B90CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CBE

Black with #B90CBE

Text Example


Text Example

White with #B90CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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