Html Css Color HEX #BF246A Medium Red Violet

📋 copy color: '#BF246A'

red 191 ◦ green 36 ◦ blue 106

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

Shades of Medium Red Violet #BF246A

Tints of Medium Red Violet #BF246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 57.36%
G = 10.81%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF246A (or 0xBF246A) is known color: Medium Red Violet. HEX triplet: BF, 24 and 6A. RGB value is (191,36,106). Sum of RGB (Red+Green+Blue) = 191+36+106=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF246A is #40DB95. Grayscale: #5A5A5A. Windows color (decimal): -4250518 or 6956223. OLE color: 6956223.

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

Color convert

RGB 191 36 106 -
CMYK 0 0.81 0.45 0.25
HSL 332.9º 0.68% 0.45% -
HSV(B) 332.9º 0.81% 0.75% -
XYZ 24.72 13.38 14.92 -
YUV 90.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 191 36 106 0 0.81 0.45 0.25 332.9 0.68 0.45
Hex BF 24 6A 0 51 2D 19 14D 44 2D
Octal 277 44 152 0 121 55 31 515 104 55
Binary 10111111 100100 1101010 0 1010001 101101 11001 101001101 1000100 101101

Color Harmonies of #BF246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF246A

Black with #BF246A

Text Example


Text Example

White with #BF246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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