Html Css Color HEX #BF0175 Medium Violet Red

📋 copy color: '#BF0175'

red 191 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #BF0175

Tints of Medium Violet Red #BF0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 61.81%
G = 0.32%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0175 (or 0xBF0175) is known color: Medium Violet Red. HEX triplet: BF, 01 and 75. RGB value is (191,1,117). Sum of RGB (Red+Green+Blue) = 191+1+117=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0175 is #40FE8A. Grayscale: #464646. Windows color (decimal): -4259467 or 7668159. OLE color: 7668159.

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

Color convert

RGB 191 1 117 -
CMYK 0 0.99 0.39 0.25
HSL 323.37º 0.99% 0.38% -
HSV(B) 323.37º 0.99% 0.75% -
XYZ 24.71 12.38 17.92 -
YUV 71.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 191 1 117 0 0.99 0.39 0.25 323.37 0.99 0.38
Hex BF 1 75 0 63 27 19 143 63 26
Octal 277 1 165 0 143 47 31 503 143 46
Binary 10111111 1 1110101 0 1100011 100111 11001 101000011 1100011 100110

Color Harmonies of #BF0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0175

Black with #BF0175

Text Example


Text Example

White with #BF0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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