Html Css Color HEX #BE12CB Deep Magenta

📋 copy color: '#BE12CB'

red 190 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #BE12CB

Tints of Deep Magenta #BE12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.38%

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

R = 46.23%
G = 4.38%
B = 49.39%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE12CB (or 0xBE12CB) is known color: Deep Magenta. HEX triplet: BE, 12 and CB. RGB value is (190,18,203). Sum of RGB (Red+Green+Blue) = 190+18+203=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12CB is #41ED34. Grayscale: #595959. Windows color (decimal): -4320565 or 13308606. OLE color: 13308606.

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

Color convert

RGB 190 18 203 -
CMYK 0.06 0.91 0 0.20
HSL 295.78º 0.84% 0.43% -
HSV(B) 295.78º 0.91% 0.8% -
XYZ 32.23 15.69 57.83 -
YUV 90.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 190 18 203 0.06 0.91 0 0.20 295.78 0.84 0.43
Hex BE 12 CB 6 5B 0 14 128 54 2B
Octal 276 22 313 6 133 0 24 450 124 53
Binary 10111110 10010 11001011 110 1011011 0 10100 100101000 1010100 101011

Color Harmonies of #BE12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12CB

Black with #BE12CB

Text Example


Text Example

White with #BE12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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