Html Css Color HEX #BF268C Medium Red Violet

📋 copy color: '#BF268C'

red 191 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #BF268C

Tints of Medium Red Violet #BF268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.3%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 51.76%
G = 10.3%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF268C (or 0xBF268C) is known color: Medium Red Violet. HEX triplet: BF, 26 and 8C. RGB value is (191,38,140). Sum of RGB (Red+Green+Blue) = 191+38+140=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF268C is #40D973. Grayscale: #5F5F5F. Windows color (decimal): -4249972 or 9184959. OLE color: 9184959.

HSL color Cylindrical-coordinate representation of color #BF268C: hue angle of 320º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF268C is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 140 -
CMYK 0 0.80 0.27 0.25
HSL 320º 0.67% 0.45% -
HSV(B) 320º 0.8% 0.75% -
XYZ 26.91 14.36 26.16 -
YUV 95.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 191 38 140 0 0.80 0.27 0.25 320 0.67 0.45
Hex BF 26 8C 0 50 1B 19 140 43 2D
Octal 277 46 214 0 120 33 31 500 103 55
Binary 10111111 100110 10001100 0 1010000 11011 11001 101000000 1000011 101101

Color Harmonies of #BF268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF268C

Black with #BF268C

Text Example


Text Example

White with #BF268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF268C; }

 p { color: rgb(191,38,140); }

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

background-color css

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

 a { background-color: rgb(191,38,140); }

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

border-color css

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

 span { border-color: rgb(191,38,140); }

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