Html Css Color HEX #B908E0 Deep Magenta

📋 copy color: '#B908E0'

red 185 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #B908E0

Tints of Deep Magenta #B908E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.72%

R = 44.36%
G = 1.92%
B = 53.72%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B908E0 (or 0xB908E0) is known color: Deep Magenta. HEX triplet: B9, 08 and E0. RGB value is (185,8,224). Sum of RGB (Red+Green+Blue) = 185+8+224=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #B908E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908E0 is #46F71F. Grayscale: #545454. Windows color (decimal): -4650784 or 14682297. OLE color: 14682297.

HSL color Cylindrical-coordinate representation of color #B908E0: hue angle of 289.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908E0 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 8 224 -
CMYK 0.17 0.96 0 0.12
HSL 289.17º 0.93% 0.45% -
HSV(B) 289.17º 0.96% 0.88% -
XYZ 33.55 15.87 71.82 -
YUV 85.55 206.14 198.94 -
System Red Green Blue C M Y K H S L
Decimal 185 8 224 0.17 0.96 0 0.12 289.17 0.93 0.45
Hex B9 8 E0 11 60 0 C 121 5D 2D
Octal 271 10 340 21 140 0 14 441 135 55
Binary 10111001 1000 11100000 10001 1100000 0 1100 100100001 1011101 101101

Color Harmonies of #B908E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908E0

Black with #B908E0

Text Example


Text Example

White with #B908E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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