Html Css Color HEX #BF249B Medium Violet Red

📋 copy color: '#BF249B'

red 191 ◦ green 36 ◦ blue 155

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

Shades of Medium Violet Red #BF249B

Tints of Medium Violet Red #BF249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 50%
G = 9.42%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF249B (or 0xBF249B) is known color: Medium Violet Red. HEX triplet: BF, 24 and 9B. RGB value is (191,36,155). Sum of RGB (Red+Green+Blue) = 191+36+155=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF249B is #40DB64. Grayscale: #5F5F5F. Windows color (decimal): -4250469 or 10167487. OLE color: 10167487.

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

Color convert

RGB 191 36 155 -
CMYK 0 0.81 0.19 0.25
HSL 313.94º 0.68% 0.45% -
HSV(B) 313.94º 0.81% 0.75% -
XYZ 28.03 14.7 32.37 -
YUV 95.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 191 36 155 0 0.81 0.19 0.25 313.94 0.68 0.45
Hex BF 24 9B 0 51 13 19 13A 44 2D
Octal 277 44 233 0 121 23 31 472 104 55
Binary 10111111 100100 10011011 0 1010001 10011 11001 100111010 1000100 101101

Color Harmonies of #BF249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF249B

Black with #BF249B

Text Example


Text Example

White with #BF249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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