Html Css Color HEX #BF269B Medium Red Violet

📋 copy color: '#BF269B'

red 191 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #BF269B

Tints of Medium Red Violet #BF269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 49.74%
G = 9.9%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF269B (or 0xBF269B) is known color: Medium Red Violet. HEX triplet: BF, 26 and 9B. RGB value is (191,38,155). Sum of RGB (Red+Green+Blue) = 191+38+155=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF269B is #40D964. Grayscale: #606060. Windows color (decimal): -4249957 or 10167999. OLE color: 10167999.

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

Color convert

RGB 191 38 155 -
CMYK 0 0.80 0.19 0.25
HSL 314.12º 0.67% 0.45% -
HSV(B) 314.12º 0.8% 0.75% -
XYZ 28.1 14.83 32.39 -
YUV 97.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 191 38 155 0 0.80 0.19 0.25 314.12 0.67 0.45
Hex BF 26 9B 0 50 13 19 13A 43 2D
Octal 277 46 233 0 120 23 31 472 103 55
Binary 10111111 100110 10011011 0 1010000 10011 11001 100111010 1000011 101101

Color Harmonies of #BF269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF269B

Black with #BF269B

Text Example


Text Example

White with #BF269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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