Html Css Color HEX #BE09B9 Deep Magenta

📋 copy color: '#BE09B9'

red 190 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #BE09B9

Tints of Deep Magenta #BE09B9

RGB

 RED value IS 190 (74.61% from 255) = 49.48%

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

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 49.48%
G = 2.34%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE09B9 (or 0xBE09B9) is known color: Deep Magenta. HEX triplet: BE, 09 and B9. RGB value is (190,9,185). Sum of RGB (Red+Green+Blue) = 190+9+185=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09B9 is #41F646. Grayscale: #525252. Windows color (decimal): -4322887 or 12126654. OLE color: 12126654.

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

Color convert

RGB 190 9 185 -
CMYK 0 0.95 0.03 0.25
HSL 301.66º 0.91% 0.39% -
HSV(B) 301.66º 0.95% 0.75% -
XYZ 30.09 14.65 47.14 -
YUV 83.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 190 9 185 0 0.95 0.03 0.25 301.66 0.91 0.39
Hex BE 9 B9 0 5F 3 19 12E 5B 27
Octal 276 11 271 0 137 3 31 456 133 47
Binary 10111110 1001 10111001 0 1011111 11 11001 100101110 1011011 100111

Color Harmonies of #BE09B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09B9

Black with #BE09B9

Text Example


Text Example

White with #BE09B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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