Html Css Color HEX #B90AC6 Deep Magenta

📋 copy color: '#B90AC6'

red 185 ◦ green 10 ◦ blue 198

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

Shades of Deep Magenta #B90AC6

Tints of Deep Magenta #B90AC6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 47.07%
G = 2.54%
B = 50.38%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B90AC6 (or 0xB90AC6) is known color: Deep Magenta. HEX triplet: B9, 0A and C6. RGB value is (185,10,198). Sum of RGB (Red+Green+Blue) = 185+10+198=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #B90AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90AC6 is #46F539. Grayscale: #535353. Windows color (decimal): -4650298 or 12978873. OLE color: 12978873.

HSL color Cylindrical-coordinate representation of color #B90AC6: hue angle of 295.85º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AC6 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 10 198 -
CMYK 0.07 0.95 0 0.22
HSL 295.85º 0.9% 0.41% -
HSV(B) 295.85º 0.95% 0.78% -
XYZ 30.31 14.61 54.65 -
YUV 83.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 185 10 198 0.07 0.95 0 0.22 295.85 0.9 0.41
Hex B9 A C6 7 5F 0 16 128 5A 29
Octal 271 12 306 7 137 0 26 450 132 51
Binary 10111001 1010 11000110 111 1011111 0 10110 100101000 1011010 101001

Color Harmonies of #B90AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AC6

Black with #B90AC6

Text Example


Text Example

White with #B90AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AC6; }

 p { color: rgb(185,10,198); }

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

background-color css

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

 a { background-color: rgb(185,10,198); }

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

border-color css

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

 span { border-color: rgb(185,10,198); }

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