Html Css Color HEX #B906C9 Deep Magenta

📋 copy color: '#B906C9'

red 185 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #B906C9

Tints of Deep Magenta #B906C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 47.19%
G = 1.53%
B = 51.28%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B906C9 (or 0xB906C9) is known color: Deep Magenta. HEX triplet: B9, 06 and C9. RGB value is (185,6,201). Sum of RGB (Red+Green+Blue) = 185+6+201=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B906C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906C9 is #46F936. Grayscale: #515151. Windows color (decimal): -4651319 or 13174457. OLE color: 13174457.

HSL color Cylindrical-coordinate representation of color #B906C9: hue angle of 295.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906C9 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 6 201 -
CMYK 0.08 0.97 0 0.21
HSL 295.08º 0.94% 0.41% -
HSV(B) 295.08º 0.97% 0.79% -
XYZ 30.62 14.66 56.47 -
YUV 81.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 185 6 201 0.08 0.97 0 0.21 295.08 0.94 0.41
Hex B9 6 C9 8 61 0 15 127 5E 29
Octal 271 6 311 10 141 0 25 447 136 51
Binary 10111001 110 11001001 1000 1100001 0 10101 100100111 1011110 101001

Color Harmonies of #B906C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906C9

Black with #B906C9

Text Example


Text Example

White with #B906C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906C9; }

 p { color: rgb(185,6,201); }

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

background-color css

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

 a { background-color: rgb(185,6,201); }

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

border-color css

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

 span { border-color: rgb(185,6,201); }

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