Html Css Color HEX #BF0374 Medium Violet Red

📋 copy color: '#BF0374'

red 191 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #BF0374

Tints of Medium Violet Red #BF0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 61.61%
G = 0.97%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0374 (or 0xBF0374) is known color: Medium Violet Red. HEX triplet: BF, 03 and 74. RGB value is (191,3,116). Sum of RGB (Red+Green+Blue) = 191+3+116=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0374 is #40FC8B. Grayscale: #474747. Windows color (decimal): -4258956 or 7603135. OLE color: 7603135.

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

Color convert

RGB 191 3 116 -
CMYK 0 0.98 0.39 0.25
HSL 323.94º 0.97% 0.38% -
HSV(B) 323.94º 0.98% 0.75% -
XYZ 24.67 12.4 17.62 -
YUV 72.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 191 3 116 0 0.98 0.39 0.25 323.94 0.97 0.38
Hex BF 3 74 0 62 27 19 144 61 26
Octal 277 3 164 0 142 47 31 504 141 46
Binary 10111111 11 1110100 0 1100010 100111 11001 101000100 1100001 100110

Color Harmonies of #BF0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0374

Black with #BF0374

Text Example


Text Example

White with #BF0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0374; }

 p { color: rgb(191,3,116); }

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

background-color css

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

 a { background-color: rgb(191,3,116); }

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

border-color css

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

 span { border-color: rgb(191,3,116); }

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