Html Css Color HEX #BF357A Medium Red Violet

📋 copy color: '#BF357A'

red 191 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #BF357A

Tints of Medium Red Violet #BF357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 52.19%
G = 14.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF357A (or 0xBF357A) is known color: Medium Red Violet. HEX triplet: BF, 35 and 7A. RGB value is (191,53,122). Sum of RGB (Red+Green+Blue) = 191+53+122=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF357A is #40CA85. Grayscale: #656565. Windows color (decimal): -4246150 or 8009151. OLE color: 8009151.

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

Color convert

RGB 191 53 122 -
CMYK 0 0.72 0.36 0.25
HSL 330º 0.57% 0.48% -
HSV(B) 330º 0.72% 0.75% -
XYZ 26.27 15.03 19.93 -
YUV 102.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 191 53 122 0 0.72 0.36 0.25 330 0.57 0.48
Hex BF 35 7A 0 48 24 19 14A 39 30
Octal 277 65 172 0 110 44 31 512 71 60
Binary 10111111 110101 1111010 0 1001000 100100 11001 101001010 111001 110000

Color Harmonies of #BF357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF357A

Black with #BF357A

Text Example


Text Example

White with #BF357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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