Html Css Color HEX #B90BCC Deep Magenta

📋 copy color: '#B90BCC'

red 185 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #B90BCC

Tints of Deep Magenta #B90BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 46.25%
G = 2.75%
B = 51%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B90BCC (or 0xB90BCC) is known color: Deep Magenta. HEX triplet: B9, 0B and CC. RGB value is (185,11,204). Sum of RGB (Red+Green+Blue) = 185+11+204=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B90BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BCC is #46F433. Grayscale: #545454. Windows color (decimal): -4650036 or 13372345. OLE color: 13372345.

HSL color Cylindrical-coordinate representation of color #B90BCC: hue angle of 294.09º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BCC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 11 204 -
CMYK 0.09 0.95 0 0.2
HSL 294.09º 0.9% 0.42% -
HSV(B) 294.09º 0.95% 0.8% -
XYZ 31.03 14.91 58.37 -
YUV 85.03 195.15 199.31 -
System Red Green Blue C M Y K H S L
Decimal 185 11 204 0.09 0.95 0 0.2 294.09 0.9 0.42
Hex B9 B CC 9 5F 0 14 126 5A 2A
Octal 271 13 314 11 137 0 24 446 132 52
Binary 10111001 1011 11001100 1001 1011111 0 10100 100100110 1011010 101010

Color Harmonies of #B90BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BCC

Black with #B90BCC

Text Example


Text Example

White with #B90BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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