Html Css Color HEX #B906CE Deep Magenta

📋 copy color: '#B906CE'

red 185 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #B906CE

Tints of Deep Magenta #B906CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 46.6%
G = 1.51%
B = 51.89%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B906CE (or 0xB906CE) is known color: Deep Magenta. HEX triplet: B9, 06 and CE. RGB value is (185,6,206). Sum of RGB (Red+Green+Blue) = 185+6+206=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B906CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906CE is #46F931. Grayscale: #515151. Windows color (decimal): -4651314 or 13502137. OLE color: 13502137.

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

Color convert

RGB 185 6 206 -
CMYK 0.10 0.97 0 0.19
HSL 293.7º 0.94% 0.42% -
HSV(B) 293.7º 0.97% 0.81% -
XYZ 31.21 14.9 59.62 -
YUV 82.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 185 6 206 0.10 0.97 0 0.19 293.7 0.94 0.42
Hex B9 6 CE A 61 0 13 126 5E 2A
Octal 271 6 316 12 141 0 23 446 136 52
Binary 10111001 110 11001110 1010 1100001 0 10011 100100110 1011110 101010

Color Harmonies of #B906CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906CE

Black with #B906CE

Text Example


Text Example

White with #B906CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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