Html Css Color HEX #BF008B Medium Violet Red

📋 copy color: '#BF008B'

red 191 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #BF008B

Tints of Medium Violet Red #BF008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 57.88%
G = 0%
B = 42.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF008B (or 0xBF008B) is known color: Medium Violet Red. HEX triplet: BF, 00 and 8B. RGB value is (191,0,139). Sum of RGB (Red+Green+Blue) = 191+0+139=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008B is #40FF74. Grayscale: #484848. Windows color (decimal): -4259701 or 9109695. OLE color: 9109695.

HSL color Cylindrical-coordinate representation of color #BF008B: hue angle of 316.34º 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 #BF008B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 139 -
CMYK 0 1 0.27 0.25
HSL 316.34º 1% 0.37% -
HSV(B) 316.34º 1% 0.75% -
XYZ 26.15 12.94 25.55 -
YUV 72.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 191 0 139 0 1 0.27 0.25 316.34 1 0.37
Hex BF 0 8B 0 64 1B 19 13C 64 25
Octal 277 0 213 0 144 33 31 474 144 45
Binary 10111111 0 10001011 0 1100100 11011 11001 100111100 1100100 100101

Color Harmonies of #BF008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF008B

Black with #BF008B

Text Example


Text Example

White with #BF008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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