Html Css Color HEX #BF309E Medium Red Violet

📋 copy color: '#BF309E'

red 191 ◦ green 48 ◦ blue 158

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

Shades of Medium Red Violet #BF309E

Tints of Medium Red Violet #BF309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 48.11%
G = 12.09%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF309E (or 0xBF309E) is known color: Medium Red Violet. HEX triplet: BF, 30 and 9E. RGB value is (191,48,158). Sum of RGB (Red+Green+Blue) = 191+48+158=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309E is #40CF61. Grayscale: #676767. Windows color (decimal): -4247394 or 10367167. OLE color: 10367167.

HSL color Cylindrical-coordinate representation of color #BF309E: hue angle of 313.85º 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 #BF309E is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 158 -
CMYK 0 0.75 0.17 0.25
HSL 313.85º 0.6% 0.47% -
HSV(B) 313.85º 0.75% 0.75% -
XYZ 28.71 15.66 33.86 -
YUV 103.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 191 48 158 0 0.75 0.17 0.25 313.85 0.6 0.47
Hex BF 30 9E 0 4B 11 19 13A 3C 2F
Octal 277 60 236 0 113 21 31 472 74 57
Binary 10111111 110000 10011110 0 1001011 10001 11001 100111010 111100 101111

Color Harmonies of #BF309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF309E

Black with #BF309E

Text Example


Text Example

White with #BF309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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