Html Css Color HEX #B908DA Deep Magenta

📋 copy color: '#B908DA'

red 185 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #B908DA

Tints of Deep Magenta #B908DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 45.01%
G = 1.95%
B = 53.04%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B908DA (or 0xB908DA) is known color: Deep Magenta. HEX triplet: B9, 08 and DA. RGB value is (185,8,218). Sum of RGB (Red+Green+Blue) = 185+8+218=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #B908DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908DA is #46F725. Grayscale: #545454. Windows color (decimal): -4650790 or 14289081. OLE color: 14289081.

HSL color Cylindrical-coordinate representation of color #B908DA: hue angle of 290.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908DA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 8 218 -
CMYK 0.15 0.96 0 0.15
HSL 290.57º 0.93% 0.44% -
HSV(B) 290.57º 0.96% 0.85% -
XYZ 32.75 15.55 67.61 -
YUV 84.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 185 8 218 0.15 0.96 0 0.15 290.57 0.93 0.44
Hex B9 8 DA F 60 0 F 123 5D 2C
Octal 271 10 332 17 140 0 17 443 135 54
Binary 10111001 1000 11011010 1111 1100000 0 1111 100100011 1011101 101100

Color Harmonies of #B908DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908DA

Black with #B908DA

Text Example


Text Example

White with #B908DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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