Html Css Color HEX #B90BBC Deep Magenta

📋 copy color: '#B90BBC'

red 185 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #B90BBC

Tints of Deep Magenta #B90BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 48.18%
G = 2.86%
B = 48.96%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B90BBC (or 0xB90BBC) is known color: Deep Magenta. HEX triplet: B9, 0B and BC. RGB value is (185,11,188). Sum of RGB (Red+Green+Blue) = 185+11+188=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #B90BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BBC is #46F443. Grayscale: #525252. Windows color (decimal): -4650052 or 12323769. OLE color: 12323769.

HSL color Cylindrical-coordinate representation of color #B90BBC: hue angle of 298.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BBC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 11 188 -
CMYK 0.02 0.94 0 0.26
HSL 298.98º 0.89% 0.39% -
HSV(B) 298.98º 0.94% 0.74% -
XYZ 29.2 14.18 48.78 -
YUV 83.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 185 11 188 0.02 0.94 0 0.26 298.98 0.89 0.39
Hex B9 B BC 2 5E 0 1A 12B 59 27
Octal 271 13 274 2 136 0 32 453 131 47
Binary 10111001 1011 10111100 10 1011110 0 11010 100101011 1011001 100111

Color Harmonies of #B90BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BBC

Black with #B90BBC

Text Example


Text Example

White with #B90BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BBC; }

 p { color: rgb(185,11,188); }

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

background-color css

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

 a { background-color: rgb(185,11,188); }

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

border-color css

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

 span { border-color: rgb(185,11,188); }

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