Html Css Color HEX #BF0975 Medium Violet Red

📋 copy color: '#BF0975'

red 191 ◦ green 9 ◦ blue 117

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

Shades of Medium Violet Red #BF0975

Tints of Medium Violet Red #BF0975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 60.25%
G = 2.84%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0975 (or 0xBF0975) is known color: Medium Violet Red. HEX triplet: BF, 09 and 75. RGB value is (191,9,117). Sum of RGB (Red+Green+Blue) = 191+9+117=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0975 is #40F68A. Grayscale: #4B4B4B. Windows color (decimal): -4257419 or 7670207. OLE color: 7670207.

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

Color convert

RGB 191 9 117 -
CMYK 0 0.95 0.39 0.25
HSL 324.4º 0.91% 0.39% -
HSV(B) 324.4º 0.95% 0.75% -
XYZ 24.79 12.56 17.95 -
YUV 75.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 191 9 117 0 0.95 0.39 0.25 324.4 0.91 0.39
Hex BF 9 75 0 5F 27 19 144 5B 27
Octal 277 11 165 0 137 47 31 504 133 47
Binary 10111111 1001 1110101 0 1011111 100111 11001 101000100 1011011 100111

Color Harmonies of #BF0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0975

Black with #BF0975

Text Example


Text Example

White with #BF0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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