Html Css Color HEX #B90ACF Deep Magenta

📋 copy color: '#B90ACF'

red 185 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #B90ACF

Tints of Deep Magenta #B90ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 46.02%
G = 2.49%
B = 51.49%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B90ACF (or 0xB90ACF) is known color: Deep Magenta. HEX triplet: B9, 0A and CF. RGB value is (185,10,207). Sum of RGB (Red+Green+Blue) = 185+10+207=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B90ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ACF is #46F530. Grayscale: #545454. Windows color (decimal): -4650289 or 13568697. OLE color: 13568697.

HSL color Cylindrical-coordinate representation of color #B90ACF: hue angle of 293.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ACF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 10 207 -
CMYK 0.11 0.95 0 0.19
HSL 293.3º 0.91% 0.43% -
HSV(B) 293.3º 0.95% 0.81% -
XYZ 31.38 15.04 60.28 -
YUV 84.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 185 10 207 0.11 0.95 0 0.19 293.3 0.91 0.43
Hex B9 A CF B 5F 0 13 125 5B 2B
Octal 271 12 317 13 137 0 23 445 133 53
Binary 10111001 1010 11001111 1011 1011111 0 10011 100100101 1011011 101011

Color Harmonies of #B90ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ACF

Black with #B90ACF

Text Example


Text Example

White with #B90ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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