Html Css Color HEX #BF2569 Medium Red Violet

📋 copy color: '#BF2569'

red 191 ◦ green 37 ◦ blue 105

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

Shades of Medium Red Violet #BF2569

Tints of Medium Red Violet #BF2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 57.36%
G = 11.11%
B = 31.53%

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

#BF2569 (or 0xBF2569) is known color: Medium Red Violet. HEX triplet: BF, 25 and 69. RGB value is (191,37,105). Sum of RGB (Red+Green+Blue) = 191+37+105=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2569 is #40DA96. Grayscale: #5A5A5A. Windows color (decimal): -4250263 or 6890943. OLE color: 6890943.

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

Color convert

RGB 191 37 105 -
CMYK 0 0.81 0.45 0.25
HSL 333.51º 0.68% 0.45% -
HSV(B) 333.51º 0.81% 0.75% -
XYZ 24.7 13.42 14.65 -
YUV 90.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 191 37 105 0 0.81 0.45 0.25 333.51 0.68 0.45
Hex BF 25 69 0 51 2D 19 14E 44 2D
Octal 277 45 151 0 121 55 31 516 104 55
Binary 10111111 100101 1101001 0 1010001 101101 11001 101001110 1000100 101101

Color Harmonies of #BF2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2569

Black with #BF2569

Text Example


Text Example

White with #BF2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2569; }

 p { color: rgb(191,37,105); }

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

background-color css

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

 a { background-color: rgb(191,37,105); }

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

border-color css

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

 span { border-color: rgb(191,37,105); }

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