Html Css Color HEX #B90CCF Deep Magenta

📋 copy color: '#B90CCF'

red 185 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #B90CCF

Tints of Deep Magenta #B90CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 45.79%
G = 2.97%
B = 51.24%

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

#B90CCF (or 0xB90CCF) is known color: Deep Magenta. HEX triplet: B9, 0C and CF. RGB value is (185,12,207). Sum of RGB (Red+Green+Blue) = 185+12+207=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B90CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CCF is #46F330. Grayscale: #555555. Windows color (decimal): -4649777 or 13569209. OLE color: 13569209.

HSL color Cylindrical-coordinate representation of color #B90CCF: hue angle of 293.23º degrees, saturation: 0.89, 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 #B90CCF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 12 207 -
CMYK 0.11 0.94 0 0.19
HSL 293.23º 0.89% 0.43% -
HSV(B) 293.23º 0.94% 0.81% -
XYZ 31.4 15.08 60.29 -
YUV 85.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 185 12 207 0.11 0.94 0 0.19 293.23 0.89 0.43
Hex B9 C CF B 5E 0 13 125 59 2B
Octal 271 14 317 13 136 0 23 445 131 53
Binary 10111001 1100 11001111 1011 1011110 0 10011 100100101 1011001 101011

Color Harmonies of #B90CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CCF

Black with #B90CCF

Text Example


Text Example

White with #B90CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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