Html Css Color HEX #B90BCB Deep Magenta

📋 copy color: '#B90BCB'

red 185 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #B90BCB

Tints of Deep Magenta #B90BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 46.37%
G = 2.76%
B = 50.88%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B90BCB (or 0xB90BCB) is known color: Deep Magenta. HEX triplet: B9, 0B and CB. RGB value is (185,11,203). Sum of RGB (Red+Green+Blue) = 185+11+203=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B90BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BCB is #46F434. Grayscale: #545454. Windows color (decimal): -4650037 or 13306809. OLE color: 13306809.

HSL color Cylindrical-coordinate representation of color #B90BCB: hue angle of 294.38º 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 #B90BCB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 11 203 -
CMYK 0.09 0.95 0 0.20
HSL 294.38º 0.9% 0.42% -
HSV(B) 294.38º 0.95% 0.8% -
XYZ 30.91 14.87 57.74 -
YUV 84.91 194.65 199.39 -
System Red Green Blue C M Y K H S L
Decimal 185 11 203 0.09 0.95 0 0.20 294.38 0.9 0.42
Hex B9 B CB 9 5F 0 14 126 5A 2A
Octal 271 13 313 11 137 0 24 446 132 52
Binary 10111001 1011 11001011 1001 1011111 0 10100 100100110 1011010 101010

Color Harmonies of #B90BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BCB

Black with #B90BCB

Text Example


Text Example

White with #B90BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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