Html Css Color HEX #BF306D Medium Red Violet

📋 copy color: '#BF306D'

red 191 ◦ green 48 ◦ blue 109

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

Shades of Medium Red Violet #BF306D

Tints of Medium Red Violet #BF306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 54.89%
G = 13.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF306D (or 0xBF306D) is known color: Medium Red Violet. HEX triplet: BF, 30 and 6D. RGB value is (191,48,109). Sum of RGB (Red+Green+Blue) = 191+48+109=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF306D is #40CF92. Grayscale: #616161. Windows color (decimal): -4247443 or 7155903. OLE color: 7155903.

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

Color convert

RGB 191 48 109 -
CMYK 0 0.75 0.43 0.25
HSL 334.41º 0.6% 0.47% -
HSV(B) 334.41º 0.75% 0.75% -
XYZ 25.3 14.29 15.89 -
YUV 97.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 191 48 109 0 0.75 0.43 0.25 334.41 0.6 0.47
Hex BF 30 6D 0 4B 2B 19 14E 3C 2F
Octal 277 60 155 0 113 53 31 516 74 57
Binary 10111111 110000 1101101 0 1001011 101011 11001 101001110 111100 101111

Color Harmonies of #BF306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF306D

Black with #BF306D

Text Example


Text Example

White with #BF306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF306D; }

 p { color: rgb(191,48,109); }

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

background-color css

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

 a { background-color: rgb(191,48,109); }

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

border-color css

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

 span { border-color: rgb(191,48,109); }

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