Html Css Color HEX #BF256E Medium Red Violet

📋 copy color: '#BF256E'

red 191 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #BF256E

Tints of Medium Red Violet #BF256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 56.51%
G = 10.95%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF256E (or 0xBF256E) is known color: Medium Red Violet. HEX triplet: BF, 25 and 6E. RGB value is (191,37,110). Sum of RGB (Red+Green+Blue) = 191+37+110=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF256E is #40DA91. Grayscale: #5B5B5B. Windows color (decimal): -4250258 or 7218623. OLE color: 7218623.

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

Color convert

RGB 191 37 110 -
CMYK 0 0.81 0.42 0.25
HSL 331.56º 0.68% 0.45% -
HSV(B) 331.56º 0.81% 0.75% -
XYZ 24.96 13.53 16.05 -
YUV 91.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 191 37 110 0 0.81 0.42 0.25 331.56 0.68 0.45
Hex BF 25 6E 0 51 2A 19 14C 44 2D
Octal 277 45 156 0 121 52 31 514 104 55
Binary 10111111 100101 1101110 0 1010001 101010 11001 101001100 1000100 101101

Color Harmonies of #BF256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF256E

Black with #BF256E

Text Example


Text Example

White with #BF256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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