Html Css Color HEX #BF3089 Medium Red Violet

📋 copy color: '#BF3089'

red 191 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #BF3089

Tints of Medium Red Violet #BF3089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 50.8%
G = 12.77%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF3089 (or 0xBF3089) is known color: Medium Red Violet. HEX triplet: BF, 30 and 89. RGB value is (191,48,137). Sum of RGB (Red+Green+Blue) = 191+48+137=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3089 is #40CF76. Grayscale: #646464. Windows color (decimal): -4247415 or 8990911. OLE color: 8990911.

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

Color convert

RGB 191 48 137 -
CMYK 0 0.75 0.28 0.25
HSL 322.66º 0.6% 0.47% -
HSV(B) 322.66º 0.75% 0.75% -
XYZ 27.06 15 25.14 -
YUV 100.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 191 48 137 0 0.75 0.28 0.25 322.66 0.6 0.47
Hex BF 30 89 0 4B 1C 19 143 3C 2F
Octal 277 60 211 0 113 34 31 503 74 57
Binary 10111111 110000 10001001 0 1001011 11100 11001 101000011 111100 101111

Color Harmonies of #BF3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3089

Black with #BF3089

Text Example


Text Example

White with #BF3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3089; }

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

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

background-color css

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

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

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

border-color css

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

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

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