Html Css Color HEX #B908C0 Deep Magenta

📋 copy color: '#B908C0'

red 185 ◦ green 8 ◦ blue 192

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

Shades of Deep Magenta #B908C0

Tints of Deep Magenta #B908C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 48.05%
G = 2.08%
B = 49.87%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B908C0 (or 0xB908C0) is known color: Deep Magenta. HEX triplet: B9, 08 and C0. RGB value is (185,8,192). Sum of RGB (Red+Green+Blue) = 185+8+192=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #B908C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908C0 is #46F73F. Grayscale: #515151. Windows color (decimal): -4650816 or 12585145. OLE color: 12585145.

HSL color Cylindrical-coordinate representation of color #B908C0: hue angle of 297.72º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908C0 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 8 192 -
CMYK 0.04 0.96 0 0.25
HSL 297.72º 0.92% 0.39% -
HSV(B) 297.72º 0.96% 0.75% -
XYZ 29.61 14.29 51.07 -
YUV 81.9 190.14 201.54 -
System Red Green Blue C M Y K H S L
Decimal 185 8 192 0.04 0.96 0 0.25 297.72 0.92 0.39
Hex B9 8 C0 4 60 0 19 12A 5C 27
Octal 271 10 300 4 140 0 31 452 134 47
Binary 10111001 1000 11000000 100 1100000 0 11001 100101010 1011100 100111

Color Harmonies of #B908C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908C0

Black with #B908C0

Text Example


Text Example

White with #B908C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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