Html Css Color HEX #BF0694 Medium Violet Red

📋 copy color: '#BF0694'

red 191 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #BF0694

Tints of Medium Violet Red #BF0694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 55.36%
G = 1.74%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF0694 (or 0xBF0694) is known color: Medium Violet Red. HEX triplet: BF, 06 and 94. RGB value is (191,6,148). Sum of RGB (Red+Green+Blue) = 191+6+148=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0694 is #40F96B. Grayscale: #4D4D4D. Windows color (decimal): -4258156 or 9701055. OLE color: 9701055.

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

Color convert

RGB 191 6 148 -
CMYK 0 0.97 0.23 0.25
HSL 313.95º 0.94% 0.39% -
HSV(B) 313.95º 0.97% 0.75% -
XYZ 26.9 13.34 29.18 -
YUV 77.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 191 6 148 0 0.97 0.23 0.25 313.95 0.94 0.39
Hex BF 6 94 0 61 17 19 13A 5E 27
Octal 277 6 224 0 141 27 31 472 136 47
Binary 10111111 110 10010100 0 1100001 10111 11001 100111010 1011110 100111

Color Harmonies of #BF0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0694

Black with #BF0694

Text Example


Text Example

White with #BF0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0694; }

 p { color: rgb(191,6,148); }

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

background-color css

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

 a { background-color: rgb(191,6,148); }

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

border-color css

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

 span { border-color: rgb(191,6,148); }

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