Html Css Color HEX #BF3087 Medium Red Violet

📋 copy color: '#BF3087'

red 191 ◦ green 48 ◦ blue 135

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

Shades of Medium Red Violet #BF3087

Tints of Medium Red Violet #BF3087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 51.07%
G = 12.83%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF3087 (or 0xBF3087) is known color: Medium Red Violet. HEX triplet: BF, 30 and 87. RGB value is (191,48,135). Sum of RGB (Red+Green+Blue) = 191+48+135=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3087 is #40CF78. Grayscale: #646464. Windows color (decimal): -4247417 or 8859839. OLE color: 8859839.

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

Color convert

RGB 191 48 135 -
CMYK 0 0.75 0.29 0.25
HSL 323.5º 0.6% 0.47% -
HSV(B) 323.5º 0.75% 0.75% -
XYZ 26.92 14.94 24.39 -
YUV 100.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 191 48 135 0 0.75 0.29 0.25 323.5 0.6 0.47
Hex BF 30 87 0 4B 1D 19 143 3C 2F
Octal 277 60 207 0 113 35 31 503 74 57
Binary 10111111 110000 10000111 0 1001011 11101 11001 101000011 111100 101111

Color Harmonies of #BF3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3087

Black with #BF3087

Text Example


Text Example

White with #BF3087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3087; }

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

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

background-color css

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

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

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

border-color css

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

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

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