Html Css Color HEX #BE05BC Deep Magenta

📋 copy color: '#BE05BC'

red 190 ◦ green 5 ◦ blue 188

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

Shades of Deep Magenta #BE05BC

Tints of Deep Magenta #BE05BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 49.61%
G = 1.31%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE05BC (or 0xBE05BC) is known color: Deep Magenta. HEX triplet: BE, 05 and BC. RGB value is (190,5,188). Sum of RGB (Red+Green+Blue) = 190+5+188=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05BC is #41FA43. Grayscale: #505050. Windows color (decimal): -4323908 or 12322238. OLE color: 12322238.

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

Color convert

RGB 190 5 188 -
CMYK 0 0.97 0.01 0.25
HSL 300.65º 0.95% 0.38% -
HSV(B) 300.65º 0.97% 0.75% -
XYZ 30.37 14.69 48.81 -
YUV 81.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 190 5 188 0 0.97 0.01 0.25 300.65 0.95 0.38
Hex BE 5 BC 0 61 1 19 12D 5F 26
Octal 276 5 274 0 141 1 31 455 137 46
Binary 10111110 101 10111100 0 1100001 1 11001 100101101 1011111 100110

Color Harmonies of #BE05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05BC

Black with #BE05BC

Text Example


Text Example

White with #BE05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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