Html Css Color HEX #B90CBF Deep Magenta

📋 copy color: '#B90CBF'

red 185 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #B90CBF

Tints of Deep Magenta #B90CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 47.68%
G = 3.09%
B = 49.23%

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

#B90CBF (or 0xB90CBF) is known color: Deep Magenta. HEX triplet: B9, 0C and BF. RGB value is (185,12,191). Sum of RGB (Red+Green+Blue) = 185+12+191=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #B90CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CBF is #46F340. Grayscale: #535353. Windows color (decimal): -4649793 or 12520633. OLE color: 12520633.

HSL color Cylindrical-coordinate representation of color #B90CBF: hue angle of 297.99º 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 #B90CBF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 12 191 -
CMYK 0.03 0.94 0 0.25
HSL 297.99º 0.88% 0.4% -
HSV(B) 297.99º 0.94% 0.75% -
XYZ 29.54 14.34 50.5 -
YUV 84.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 185 12 191 0.03 0.94 0 0.25 297.99 0.88 0.4
Hex B9 C BF 3 5E 0 19 12A 58 28
Octal 271 14 277 3 136 0 31 452 130 50
Binary 10111001 1100 10111111 11 1011110 0 11001 100101010 1011000 101000

Color Harmonies of #B90CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CBF

Black with #B90CBF

Text Example


Text Example

White with #B90CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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