Html Css Color HEX #BF359A Medium Red Violet

📋 copy color: '#BF359A'

red 191 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #BF359A

Tints of Medium Red Violet #BF359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.32%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 47.99%
G = 13.32%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF359A (or 0xBF359A) is known color: Medium Red Violet. HEX triplet: BF, 35 and 9A. RGB value is (191,53,154). Sum of RGB (Red+Green+Blue) = 191+53+154=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF359A is #40CA65. Grayscale: #696969. Windows color (decimal): -4246118 or 10106303. OLE color: 10106303.

HSL color Cylindrical-coordinate representation of color #BF359A: hue angle of 316.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF359A is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 154 -
CMYK 0 0.72 0.19 0.25
HSL 316.09º 0.57% 0.48% -
HSV(B) 316.09º 0.72% 0.75% -
XYZ 28.59 15.96 32.14 -
YUV 105.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 191 53 154 0 0.72 0.19 0.25 316.09 0.57 0.48
Hex BF 35 9A 0 48 13 19 13C 39 30
Octal 277 65 232 0 110 23 31 474 71 60
Binary 10111111 110101 10011010 0 1001000 10011 11001 100111100 111001 110000

Color Harmonies of #BF359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF359A

Black with #BF359A

Text Example


Text Example

White with #BF359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF359A; }

 p { color: rgb(191,53,154); }

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

background-color css

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

 a { background-color: rgb(191,53,154); }

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

border-color css

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

 span { border-color: rgb(191,53,154); }

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