Html Css Color HEX #B908CE Deep Magenta

📋 copy color: '#B908CE'

red 185 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #B908CE

Tints of Deep Magenta #B908CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 46.37%
G = 2.01%
B = 51.63%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B908CE (or 0xB908CE) is known color: Deep Magenta. HEX triplet: B9, 08 and CE. RGB value is (185,8,206). Sum of RGB (Red+Green+Blue) = 185+8+206=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B908CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908CE is #46F731. Grayscale: #525252. Windows color (decimal): -4650802 or 13502649. OLE color: 13502649.

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

Color convert

RGB 185 8 206 -
CMYK 0.10 0.96 0 0.19
HSL 293.64º 0.93% 0.42% -
HSV(B) 293.64º 0.96% 0.81% -
XYZ 31.24 14.94 59.63 -
YUV 83.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 185 8 206 0.10 0.96 0 0.19 293.64 0.93 0.42
Hex B9 8 CE A 60 0 13 126 5D 2A
Octal 271 10 316 12 140 0 23 446 135 52
Binary 10111001 1000 11001110 1010 1100000 0 10011 100100110 1011101 101010

Color Harmonies of #B908CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908CE

Black with #B908CE

Text Example


Text Example

White with #B908CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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