Html Css Color HEX #B906CF Deep Magenta

📋 copy color: '#B906CF'

red 185 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #B906CF

Tints of Deep Magenta #B906CF

RGB

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

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

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

R = 46.48%
G = 1.51%
B = 52.01%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B906CF (or 0xB906CF) is known color: Deep Magenta. HEX triplet: B9, 06 and CF. RGB value is (185,6,207). Sum of RGB (Red+Green+Blue) = 185+6+207=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B906CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906CF is #46F930. Grayscale: #515151. Windows color (decimal): -4651313 or 13567673. OLE color: 13567673.

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

Color convert

RGB 185 6 207 -
CMYK 0.11 0.97 0 0.19
HSL 293.43º 0.94% 0.42% -
HSV(B) 293.43º 0.97% 0.81% -
XYZ 31.34 14.95 60.27 -
YUV 82.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 185 6 207 0.11 0.97 0 0.19 293.43 0.94 0.42
Hex B9 6 CF B 61 0 13 125 5E 2A
Octal 271 6 317 13 141 0 23 445 136 52
Binary 10111001 110 11001111 1011 1100001 0 10011 100100101 1011110 101010

Color Harmonies of #B906CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906CF

Black with #B906CF

Text Example


Text Example

White with #B906CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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