Html Css Color HEX #BF3096 Medium Red Violet

📋 copy color: '#BF3096'

red 191 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #BF3096

Tints of Medium Red Violet #BF3096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 49.1%
G = 12.34%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF3096 (or 0xBF3096) is known color: Medium Red Violet. HEX triplet: BF, 30 and 96. RGB value is (191,48,150). Sum of RGB (Red+Green+Blue) = 191+48+150=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3096 is #40CF69. Grayscale: #666666. Windows color (decimal): -4247402 or 9842879. OLE color: 9842879.

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

Color convert

RGB 191 48 150 -
CMYK 0 0.75 0.21 0.25
HSL 317.2º 0.6% 0.47% -
HSV(B) 317.2º 0.75% 0.75% -
XYZ 28.05 15.39 30.35 -
YUV 102.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 191 48 150 0 0.75 0.21 0.25 317.2 0.6 0.47
Hex BF 30 96 0 4B 15 19 13D 3C 2F
Octal 277 60 226 0 113 25 31 475 74 57
Binary 10111111 110000 10010110 0 1001011 10101 11001 100111101 111100 101111

Color Harmonies of #BF3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3096

Black with #BF3096

Text Example


Text Example

White with #BF3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3096; }

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

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

background-color css

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

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

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

border-color css

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

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

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