Html Css Color HEX #BE00CF Deep Magenta

📋 copy color: '#BE00CF'

red 190 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #BE00CF

Tints of Deep Magenta #BE00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 47.86%
G = 0%
B = 52.14%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE00CF (or 0xBE00CF) is known color: Deep Magenta. HEX triplet: BE, 00 and CF. RGB value is (190,0,207). Sum of RGB (Red+Green+Blue) = 190+0+207=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00CF is #41FF30. Grayscale: #4F4F4F. Windows color (decimal): -4325169 or 13566142. OLE color: 13566142.

HSL color Cylindrical-coordinate representation of color #BE00CF: hue angle of 295.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00CF is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 0 207 -
CMYK 0.08 1 0 0.19
HSL 295.07º 1% 0.41% -
HSV(B) 295.07º 1% 0.81% -
XYZ 32.5 15.45 60.3 -
YUV 80.41 199.45 206.17 -
System Red Green Blue C M Y K H S L
Decimal 190 0 207 0.08 1 0 0.19 295.07 1 0.41
Hex BE 0 CF 8 64 0 13 127 64 29
Octal 276 0 317 10 144 0 23 447 144 51
Binary 10111110 0 11001111 1000 1100100 0 10011 100100111 1100100 101001

Color Harmonies of #BE00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00CF

Black with #BE00CF

Text Example


Text Example

White with #BE00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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