Html Css Color HEX #B909BA Deep Magenta

📋 copy color: '#B909BA'

red 185 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #B909BA

Tints of Deep Magenta #B909BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 48.68%
G = 2.37%
B = 48.95%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B909BA (or 0xB909BA) is known color: Deep Magenta. HEX triplet: B9, 09 and BA. RGB value is (185,9,186). Sum of RGB (Red+Green+Blue) = 185+9+186=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B909BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B909BA is #46F645. Grayscale: #515151. Windows color (decimal): -4650566 or 12192185. OLE color: 12192185.

HSL color Cylindrical-coordinate representation of color #B909BA: hue angle of 299.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B909BA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 9 186 -
CMYK 0.01 0.95 0 0.27
HSL 299.66º 0.91% 0.38% -
HSV(B) 299.66º 0.95% 0.73% -
XYZ 28.97 14.05 47.64 -
YUV 81.8 186.81 201.61 -
System Red Green Blue C M Y K H S L
Decimal 185 9 186 0.01 0.95 0 0.27 299.66 0.91 0.38
Hex B9 9 BA 1 5F 0 1B 12C 5B 26
Octal 271 11 272 1 137 0 33 454 133 46
Binary 10111001 1001 10111010 1 1011111 0 11011 100101100 1011011 100110

Color Harmonies of #B909BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B909BA

Black with #B909BA

Text Example


Text Example

White with #B909BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B909BA; }

 p { color: rgb(185,9,186); }

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

background-color css

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

 a { background-color: rgb(185,9,186); }

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

border-color css

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

 span { border-color: rgb(185,9,186); }

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