Html Css Color HEX #BF247A Medium Red Violet

📋 copy color: '#BF247A'

red 191 ◦ green 36 ◦ blue 122

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

Shades of Medium Red Violet #BF247A

Tints of Medium Red Violet #BF247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 54.73%
G = 10.32%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF247A (or 0xBF247A) is known color: Medium Red Violet. HEX triplet: BF, 24 and 7A. RGB value is (191,36,122). Sum of RGB (Red+Green+Blue) = 191+36+122=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF247A is #40DB85. Grayscale: #5B5B5B. Windows color (decimal): -4250502 or 8004799. OLE color: 8004799.

HSL color Cylindrical-coordinate representation of color #BF247A: hue angle of 326.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF247A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 122 -
CMYK 0 0.81 0.36 0.25
HSL 326.71º 0.68% 0.45% -
HSV(B) 326.71º 0.81% 0.75% -
XYZ 25.63 13.74 19.71 -
YUV 92.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 191 36 122 0 0.81 0.36 0.25 326.71 0.68 0.45
Hex BF 24 7A 0 51 24 19 147 44 2D
Octal 277 44 172 0 121 44 31 507 104 55
Binary 10111111 100100 1111010 0 1010001 100100 11001 101000111 1000100 101101

Color Harmonies of #BF247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF247A

Black with #BF247A

Text Example


Text Example

White with #BF247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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