Html Css Color HEX #BE07BC Deep Magenta

📋 copy color: '#BE07BC'

red 190 ◦ green 7 ◦ blue 188

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

Shades of Deep Magenta #BE07BC

Tints of Deep Magenta #BE07BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 49.35%
G = 1.82%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE07BC (or 0xBE07BC) is known color: Deep Magenta. HEX triplet: BE, 07 and BC. RGB value is (190,7,188). Sum of RGB (Red+Green+Blue) = 190+7+188=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE07BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07BC is #41F843. Grayscale: #515151. Windows color (decimal): -4323396 or 12322750. OLE color: 12322750.

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

Color convert

RGB 190 7 188 -
CMYK 0 0.96 0.01 0.25
HSL 300.66º 0.93% 0.39% -
HSV(B) 300.66º 0.96% 0.75% -
XYZ 30.39 14.73 48.82 -
YUV 82.35 187.63 204.78 -
System Red Green Blue C M Y K H S L
Decimal 190 7 188 0 0.96 0.01 0.25 300.66 0.93 0.39
Hex BE 7 BC 0 60 1 19 12D 5D 27
Octal 276 7 274 0 140 1 31 455 135 47
Binary 10111110 111 10111100 0 1100000 1 11001 100101101 1011101 100111

Color Harmonies of #BE07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07BC

Black with #BE07BC

Text Example


Text Example

White with #BE07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07BC; }

 p { color: rgb(190,7,188); }

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

background-color css

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

 a { background-color: rgb(190,7,188); }

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

border-color css

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

 span { border-color: rgb(190,7,188); }

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