Html Css Color HEX #BE12B4 Deep Magenta

📋 copy color: '#BE12B4'

red 190 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #BE12B4

Tints of Deep Magenta #BE12B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.39%

R = 48.97%
G = 4.64%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE12B4 (or 0xBE12B4) is known color: Deep Magenta. HEX triplet: BE, 12 and B4. RGB value is (190,18,180). Sum of RGB (Red+Green+Blue) = 190+18+180=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12B4 is #41ED4B. Grayscale: #575757. Windows color (decimal): -4320588 or 11801278. OLE color: 11801278.

HSL color Cylindrical-coordinate representation of color #BE12B4: hue angle of 303.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12B4 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 180 -
CMYK 0 0.91 0.05 0.25
HSL 303.49º 0.83% 0.41% -
HSV(B) 303.49º 0.91% 0.75% -
XYZ 29.69 14.68 44.45 -
YUV 87.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 190 18 180 0 0.91 0.05 0.25 303.49 0.83 0.41
Hex BE 12 B4 0 5B 5 19 12F 53 29
Octal 276 22 264 0 133 5 31 457 123 51
Binary 10111110 10010 10110100 0 1011011 101 11001 100101111 1010011 101001

Color Harmonies of #BE12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12B4

Black with #BE12B4

Text Example


Text Example

White with #BE12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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