Html Css Color HEX #BE00BA Deep Magenta

📋 copy color: '#BE00BA'

red 190 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BE00BA

Tints of Deep Magenta #BE00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.53%
G = 0%
B = 49.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE00BA (or 0xBE00BA) is known color: Deep Magenta. HEX triplet: BE, 00 and BA. RGB value is (190,0,186). Sum of RGB (Red+Green+Blue) = 190+0+186=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00BA is #41FF45. Grayscale: #4D4D4D. Windows color (decimal): -4325190 or 12189886. OLE color: 12189886.

HSL color Cylindrical-coordinate representation of color #BE00BA: hue angle of 301.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00BA is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 186 -
CMYK 0 1 0.02 0.25
HSL 301.26º 1% 0.37% -
HSV(B) 301.26º 1% 0.75% -
XYZ 30.1 14.49 47.67 -
YUV 78.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 190 0 186 0 1 0.02 0.25 301.26 1 0.37
Hex BE 0 BA 0 64 2 19 12D 64 25
Octal 276 0 272 0 144 2 31 455 144 45
Binary 10111110 0 10111010 0 1100100 10 11001 100101101 1100100 100101

Color Harmonies of #BE00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00BA

Black with #BE00BA

Text Example


Text Example

White with #BE00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00BA; }

 p { color: rgb(190,0,186); }

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

background-color css

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

 a { background-color: rgb(190,0,186); }

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

border-color css

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

 span { border-color: rgb(190,0,186); }

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