Html Css Color HEX #B90DCF Deep Magenta

📋 copy color: '#B90DCF'

red 185 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #B90DCF

Tints of Deep Magenta #B90DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

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

R = 45.68%
G = 3.21%
B = 51.11%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B90DCF (or 0xB90DCF) is known color: Deep Magenta. HEX triplet: B9, 0D and CF. RGB value is (185,13,207). Sum of RGB (Red+Green+Blue) = 185+13+207=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B90DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DCF is #46F230. Grayscale: #555555. Windows color (decimal): -4649521 or 13569465. OLE color: 13569465.

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

Color convert

RGB 185 13 207 -
CMYK 0.11 0.94 0 0.19
HSL 293.2º 0.88% 0.43% -
HSV(B) 293.2º 0.94% 0.81% -
XYZ 31.41 15.11 60.29 -
YUV 86.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 185 13 207 0.11 0.94 0 0.19 293.2 0.88 0.43
Hex B9 D CF B 5E 0 13 125 58 2B
Octal 271 15 317 13 136 0 23 445 130 53
Binary 10111001 1101 11001111 1011 1011110 0 10011 100100101 1011000 101011

Color Harmonies of #B90DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DCF

Black with #B90DCF

Text Example


Text Example

White with #B90DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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