Html Css Color HEX #BF256A Medium Red Violet

📋 copy color: '#BF256A'

red 191 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #BF256A

Tints of Medium Red Violet #BF256A

RGB

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

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

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

R = 57.19%
G = 11.08%
B = 31.74%

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

#BF256A (or 0xBF256A) is known color: Medium Red Violet. HEX triplet: BF, 25 and 6A. RGB value is (191,37,106). Sum of RGB (Red+Green+Blue) = 191+37+106=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF256A is #40DA95. Grayscale: #5A5A5A. Windows color (decimal): -4250262 or 6956479. OLE color: 6956479.

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

Color convert

RGB 191 37 106 -
CMYK 0 0.81 0.45 0.25
HSL 333.12º 0.68% 0.45% -
HSV(B) 333.12º 0.81% 0.75% -
XYZ 24.75 13.44 14.93 -
YUV 90.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 191 37 106 0 0.81 0.45 0.25 333.12 0.68 0.45
Hex BF 25 6A 0 51 2D 19 14D 44 2D
Octal 277 45 152 0 121 55 31 515 104 55
Binary 10111111 100101 1101010 0 1010001 101101 11001 101001101 1000100 101101

Color Harmonies of #BF256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF256A

Black with #BF256A

Text Example


Text Example

White with #BF256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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