Html Css Color HEX #BF3C96 Medium Red Violet

📋 copy color: '#BF3C96'

red 191 ◦ green 60 ◦ blue 150

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

Shades of Medium Red Violet #BF3C96

Tints of Medium Red Violet #BF3C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

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

R = 47.63%
G = 14.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF3C96 (or 0xBF3C96) is known color: Medium Red Violet. HEX triplet: BF, 3C and 96. RGB value is (191,60,150). Sum of RGB (Red+Green+Blue) = 191+60+150=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C96 is #40C369. Grayscale: #6D6D6D. Windows color (decimal): -4244330 or 9845951. OLE color: 9845951.

HSL color Cylindrical-coordinate representation of color #BF3C96: hue angle of 318.78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C96 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 150 -
CMYK 0 0.69 0.21 0.25
HSL 318.78º 0.52% 0.49% -
HSV(B) 318.78º 0.69% 0.75% -
XYZ 28.61 16.51 30.53 -
YUV 109.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 191 60 150 0 0.69 0.21 0.25 318.78 0.52 0.49
Hex BF 3C 96 0 45 15 19 13F 34 31
Octal 277 74 226 0 105 25 31 477 64 61
Binary 10111111 111100 10010110 0 1000101 10101 11001 100111111 110100 110001

Color Harmonies of #BF3C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C96

Black with #BF3C96

Text Example


Text Example

White with #BF3C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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