Html Css Color HEX #BF0875 Medium Violet Red

📋 copy color: '#BF0875'

red 191 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #BF0875

Tints of Medium Violet Red #BF0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 60.44%
G = 2.53%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0875 (or 0xBF0875) is known color: Medium Violet Red. HEX triplet: BF, 08 and 75. RGB value is (191,8,117). Sum of RGB (Red+Green+Blue) = 191+8+117=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0875 is #40F78A. Grayscale: #4A4A4A. Windows color (decimal): -4257675 or 7669951. OLE color: 7669951.

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

Color convert

RGB 191 8 117 -
CMYK 0 0.96 0.39 0.25
HSL 324.26º 0.92% 0.39% -
HSV(B) 324.26º 0.96% 0.75% -
XYZ 24.78 12.53 17.94 -
YUV 75.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 191 8 117 0 0.96 0.39 0.25 324.26 0.92 0.39
Hex BF 8 75 0 60 27 19 144 5C 27
Octal 277 10 165 0 140 47 31 504 134 47
Binary 10111111 1000 1110101 0 1100000 100111 11001 101000100 1011100 100111

Color Harmonies of #BF0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0875

Black with #BF0875

Text Example


Text Example

White with #BF0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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