Html Css Color HEX #BF247D Medium Red Violet

📋 copy color: '#BF247D'

red 191 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #BF247D

Tints of Medium Red Violet #BF247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 54.26%
G = 10.23%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF247D (or 0xBF247D) is known color: Medium Red Violet. HEX triplet: BF, 24 and 7D. RGB value is (191,36,125). Sum of RGB (Red+Green+Blue) = 191+36+125=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF247D is #40DB82. Grayscale: #5C5C5C. Windows color (decimal): -4250499 or 8201407. OLE color: 8201407.

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

Color convert

RGB 191 36 125 -
CMYK 0 0.81 0.35 0.25
HSL 325.55º 0.68% 0.45% -
HSV(B) 325.55º 0.81% 0.75% -
XYZ 25.82 13.82 20.71 -
YUV 92.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 191 36 125 0 0.81 0.35 0.25 325.55 0.68 0.45
Hex BF 24 7D 0 51 23 19 146 44 2D
Octal 277 44 175 0 121 43 31 506 104 55
Binary 10111111 100100 1111101 0 1010001 100011 11001 101000110 1000100 101101

Color Harmonies of #BF247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF247D

Black with #BF247D

Text Example


Text Example

White with #BF247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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