Html Css Color HEX #BE0FCB Deep Magenta

📋 copy color: '#BE0FCB'

red 190 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #BE0FCB

Tints of Deep Magenta #BE0FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

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

R = 46.57%
G = 3.68%
B = 49.75%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE0FCB (or 0xBE0FCB) is known color: Deep Magenta. HEX triplet: BE, 0F and CB. RGB value is (190,15,203). Sum of RGB (Red+Green+Blue) = 190+15+203=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FCB is #41F034. Grayscale: #585858. Windows color (decimal): -4321333 or 13307838. OLE color: 13307838.

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

Color convert

RGB 190 15 203 -
CMYK 0.06 0.93 0 0.20
HSL 295.85º 0.86% 0.43% -
HSV(B) 295.85º 0.93% 0.8% -
XYZ 32.19 15.6 57.81 -
YUV 88.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 190 15 203 0.06 0.93 0 0.20 295.85 0.86 0.43
Hex BE F CB 6 5D 0 14 128 56 2B
Octal 276 17 313 6 135 0 24 450 126 53
Binary 10111110 1111 11001011 110 1011101 0 10100 100101000 1010110 101011

Color Harmonies of #BE0FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FCB

Black with #BE0FCB

Text Example


Text Example

White with #BE0FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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