Html Css Color HEX #BE00BD Deep Magenta

📋 copy color: '#BE00BD'

red 190 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #BE00BD

Tints of Deep Magenta #BE00BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 50.13%
G = 0%
B = 49.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE00BD (or 0xBE00BD) is known color: Deep Magenta. HEX triplet: BE, 00 and BD. RGB value is (190,0,189). Sum of RGB (Red+Green+Blue) = 190+0+189=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00BD is #41FF42. Grayscale: #4D4D4D. Windows color (decimal): -4325187 or 12386494. OLE color: 12386494.

HSL color Cylindrical-coordinate representation of color #BE00BD: hue angle of 300.32º 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 #BE00BD is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 189 -
CMYK 0 1 0.01 0.25
HSL 300.32º 1% 0.37% -
HSV(B) 300.32º 1% 0.75% -
XYZ 30.42 14.62 49.36 -
YUV 78.36 190.45 207.63 -
System Red Green Blue C M Y K H S L
Decimal 190 0 189 0 1 0.01 0.25 300.32 1 0.37
Hex BE 0 BD 0 64 1 19 12C 64 25
Octal 276 0 275 0 144 1 31 454 144 45
Binary 10111110 0 10111101 0 1100100 1 11001 100101100 1100100 100101

Color Harmonies of #BE00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00BD

Black with #BE00BD

Text Example


Text Example

White with #BE00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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