Html Css Color HEX #BE1BCB Deep Magenta

📋 copy color: '#BE1BCB'

red 190 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #BE1BCB

Tints of Deep Magenta #BE1BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.43%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 45.24%
G = 6.43%
B = 48.33%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE1BCB (or 0xBE1BCB) is known color: Deep Magenta. HEX triplet: BE, 1B and CB. RGB value is (190,27,203). Sum of RGB (Red+Green+Blue) = 190+27+203=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BCB is #41E434. Grayscale: #5F5F5F. Windows color (decimal): -4318261 or 13310910. OLE color: 13310910.

HSL color Cylindrical-coordinate representation of color #BE1BCB: hue angle of 295.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1BCB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 27 203 -
CMYK 0.06 0.87 0 0.20
HSL 295.57º 0.77% 0.45% -
HSV(B) 295.57º 0.87% 0.8% -
XYZ 32.41 16.04 57.89 -
YUV 95.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 190 27 203 0.06 0.87 0 0.20 295.57 0.77 0.45
Hex BE 1B CB 6 57 0 14 128 4D 2D
Octal 276 33 313 6 127 0 24 450 115 55
Binary 10111110 11011 11001011 110 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #BE1BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BCB

Black with #BE1BCB

Text Example


Text Example

White with #BE1BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BCB; }

 p { color: rgb(190,27,203); }

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

background-color css

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

 a { background-color: rgb(190,27,203); }

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

border-color css

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

 span { border-color: rgb(190,27,203); }

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