Html Css Color HEX #BE10CB Deep Magenta

📋 copy color: '#BE10CB'

red 190 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #BE10CB

Tints of Deep Magenta #BE10CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.91%

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

R = 46.45%
G = 3.91%
B = 49.63%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE10CB (or 0xBE10CB) is known color: Deep Magenta. HEX triplet: BE, 10 and CB. RGB value is (190,16,203). Sum of RGB (Red+Green+Blue) = 190+16+203=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10CB is #41EF34. Grayscale: #585858. Windows color (decimal): -4321077 or 13308094. OLE color: 13308094.

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

Color convert

RGB 190 16 203 -
CMYK 0.06 0.92 0 0.20
HSL 295.83º 0.85% 0.43% -
HSV(B) 295.83º 0.92% 0.8% -
XYZ 32.2 15.63 57.82 -
YUV 89.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 190 16 203 0.06 0.92 0 0.20 295.83 0.85 0.43
Hex BE 10 CB 6 5C 0 14 128 55 2B
Octal 276 20 313 6 134 0 24 450 125 53
Binary 10111110 10000 11001011 110 1011100 0 10100 100101000 1010101 101011

Color Harmonies of #BE10CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10CB

Black with #BE10CB

Text Example


Text Example

White with #BE10CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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