Html Css Color HEX #BF247B Medium Red Violet

📋 copy color: '#BF247B'

red 191 ◦ green 36 ◦ blue 123

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

Shades of Medium Red Violet #BF247B

Tints of Medium Red Violet #BF247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 54.57%
G = 10.29%
B = 35.14%

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

#BF247B (or 0xBF247B) is known color: Medium Red Violet. HEX triplet: BF, 24 and 7B. RGB value is (191,36,123). Sum of RGB (Red+Green+Blue) = 191+36+123=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF247B is #40DB84. Grayscale: #5C5C5C. Windows color (decimal): -4250501 or 8070335. OLE color: 8070335.

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

Color convert

RGB 191 36 123 -
CMYK 0 0.81 0.36 0.25
HSL 326.32º 0.68% 0.45% -
HSV(B) 326.32º 0.81% 0.75% -
XYZ 25.69 13.77 20.04 -
YUV 92.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 191 36 123 0 0.81 0.36 0.25 326.32 0.68 0.45
Hex BF 24 7B 0 51 24 19 146 44 2D
Octal 277 44 173 0 121 44 31 506 104 55
Binary 10111111 100100 1111011 0 1010001 100100 11001 101000110 1000100 101101

Color Harmonies of #BF247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF247B

Black with #BF247B

Text Example


Text Example

White with #BF247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF247B; }

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

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

background-color css

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

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

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

border-color css

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

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

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