Html Css Color HEX #BF0FBE Deep Magenta

📋 copy color: '#BF0FBE'

red 191 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #BF0FBE

Tints of Deep Magenta #BF0FBE

RGB

 RED value IS 191 (75% from 255) = 48.23%

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 48.23%
G = 3.79%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF0FBE (or 0xBF0FBE) is known color: Deep Magenta. HEX triplet: BF, 0F and BE. RGB value is (191,15,190). Sum of RGB (Red+Green+Blue) = 191+15+190=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FBE is #40F041. Grayscale: #575757. Windows color (decimal): -4255810 or 12455871. OLE color: 12455871.

HSL color Cylindrical-coordinate representation of color #BF0FBE: hue angle of 300.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FBE is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 15 190 -
CMYK 0 0.92 0.01 0.25
HSL 300.34º 0.85% 0.4% -
HSV(B) 300.34º 0.92% 0.75% -
XYZ 30.95 15.14 50.01 -
YUV 87.57 185.81 201.77 -
System Red Green Blue C M Y K H S L
Decimal 191 15 190 0 0.92 0.01 0.25 300.34 0.85 0.4
Hex BF F BE 0 5C 1 19 12C 55 28
Octal 277 17 276 0 134 1 31 454 125 50
Binary 10111111 1111 10111110 0 1011100 1 11001 100101100 1010101 101000

Color Harmonies of #BF0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FBE

Black with #BF0FBE

Text Example


Text Example

White with #BF0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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