Html Css Color HEX #BF0988 Medium Violet Red

📋 copy color: '#BF0988'

red 191 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #BF0988

Tints of Medium Violet Red #BF0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 56.85%
G = 2.68%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0988 (or 0xBF0988) is known color: Medium Violet Red. HEX triplet: BF, 09 and 88. RGB value is (191,9,136). Sum of RGB (Red+Green+Blue) = 191+9+136=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0988 is #40F677. Grayscale: #4D4D4D. Windows color (decimal): -4257400 or 8915391. OLE color: 8915391.

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

Color convert

RGB 191 9 136 -
CMYK 0 0.95 0.29 0.25
HSL 318.13º 0.91% 0.39% -
HSV(B) 318.13º 0.95% 0.75% -
XYZ 26.03 13.05 24.44 -
YUV 77.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 191 9 136 0 0.95 0.29 0.25 318.13 0.91 0.39
Hex BF 9 88 0 5F 1D 19 13E 5B 27
Octal 277 11 210 0 137 35 31 476 133 47
Binary 10111111 1001 10001000 0 1011111 11101 11001 100111110 1011011 100111

Color Harmonies of #BF0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0988

Black with #BF0988

Text Example


Text Example

White with #BF0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0988; }

 p { color: rgb(191,9,136); }

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

background-color css

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

 a { background-color: rgb(191,9,136); }

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

border-color css

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

 span { border-color: rgb(191,9,136); }

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