Html Css Color HEX #BF2695 Medium Red Violet

📋 copy color: '#BF2695'

red 191 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #BF2695

Tints of Medium Red Violet #BF2695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 50.53%
G = 10.05%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF2695 (or 0xBF2695) is known color: Medium Red Violet. HEX triplet: BF, 26 and 95. RGB value is (191,38,149). Sum of RGB (Red+Green+Blue) = 191+38+149=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2695 is #40D96A. Grayscale: #606060. Windows color (decimal): -4249963 or 9774783. OLE color: 9774783.

HSL color Cylindrical-coordinate representation of color #BF2695: hue angle of 316.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2695 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 149 -
CMYK 0 0.80 0.22 0.25
HSL 316.47º 0.67% 0.45% -
HSV(B) 316.47º 0.8% 0.75% -
XYZ 27.6 14.63 29.8 -
YUV 96.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 191 38 149 0 0.80 0.22 0.25 316.47 0.67 0.45
Hex BF 26 95 0 50 16 19 13C 43 2D
Octal 277 46 225 0 120 26 31 474 103 55
Binary 10111111 100110 10010101 0 1010000 10110 11001 100111100 1000011 101101

Color Harmonies of #BF2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2695

Black with #BF2695

Text Example


Text Example

White with #BF2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2695; }

 p { color: rgb(191,38,149); }

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

background-color css

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

 a { background-color: rgb(191,38,149); }

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

border-color css

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

 span { border-color: rgb(191,38,149); }

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