Html Css Color HEX #BF006F Medium Violet Red

📋 copy color: '#BF006F'

red 191 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #BF006F

Tints of Medium Violet Red #BF006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 63.25%
G = 0%
B = 36.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF006F (or 0xBF006F) is known color: Medium Violet Red. HEX triplet: BF, 00 and 6F. RGB value is (191,0,111). Sum of RGB (Red+Green+Blue) = 191+0+111=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006F is #40FF90. Grayscale: #454545. Windows color (decimal): -4259729 or 7274687. OLE color: 7274687.

HSL color Cylindrical-coordinate representation of color #BF006F: hue angle of 325.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF006F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 111 -
CMYK 0 1 0.42 0.25
HSL 325.13º 1% 0.37% -
HSV(B) 325.13º 1% 0.75% -
XYZ 24.36 12.22 16.11 -
YUV 69.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 191 0 111 0 1 0.42 0.25 325.13 1 0.37
Hex BF 0 6F 0 64 2A 19 145 64 25
Octal 277 0 157 0 144 52 31 505 144 45
Binary 10111111 0 1101111 0 1100100 101010 11001 101000101 1100100 100101

Color Harmonies of #BF006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF006F

Black with #BF006F

Text Example


Text Example

White with #BF006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF006F; }

 p { color: rgb(191,0,111); }

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

background-color css

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

 a { background-color: rgb(191,0,111); }

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

border-color css

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

 span { border-color: rgb(191,0,111); }

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