Html Css Color HEX #BF3375 Medium Red Violet

📋 copy color: '#BF3375'

red 191 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #BF3375

Tints of Medium Red Violet #BF3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 53.2%
G = 14.21%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3375 (or 0xBF3375) is known color: Medium Red Violet. HEX triplet: BF, 33 and 75. RGB value is (191,51,117). Sum of RGB (Red+Green+Blue) = 191+51+117=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3375 is #40CC8A. Grayscale: #646464. Windows color (decimal): -4246667 or 7680959. OLE color: 7680959.

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

Color convert

RGB 191 51 117 -
CMYK 0 0.73 0.39 0.25
HSL 331.71º 0.58% 0.47% -
HSV(B) 331.71º 0.73% 0.75% -
XYZ 25.88 14.73 18.31 -
YUV 100.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 191 51 117 0 0.73 0.39 0.25 331.71 0.58 0.47
Hex BF 33 75 0 49 27 19 14C 3A 2F
Octal 277 63 165 0 111 47 31 514 72 57
Binary 10111111 110011 1110101 0 1001001 100111 11001 101001100 111010 101111

Color Harmonies of #BF3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3375

Black with #BF3375

Text Example


Text Example

White with #BF3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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