Html Css Color HEX #BF089D Medium Violet Red

📋 copy color: '#BF089D'

red 191 ◦ green 8 ◦ blue 157

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

Shades of Medium Violet Red #BF089D

Tints of Medium Violet Red #BF089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 53.65%
G = 2.25%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF089D (or 0xBF089D) is known color: Medium Violet Red. HEX triplet: BF, 08 and 9D. RGB value is (191,8,157). Sum of RGB (Red+Green+Blue) = 191+8+157=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF089D is #40F762. Grayscale: #4F4F4F. Windows color (decimal): -4257635 or 10291391. OLE color: 10291391.

HSL color Cylindrical-coordinate representation of color #BF089D: hue angle of 311.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF089D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 157 -
CMYK 0 0.96 0.18 0.25
HSL 311.15º 0.92% 0.39% -
HSV(B) 311.15º 0.96% 0.75% -
XYZ 27.66 13.68 33.08 -
YUV 79.7 171.63 207.38 -
System Red Green Blue C M Y K H S L
Decimal 191 8 157 0 0.96 0.18 0.25 311.15 0.92 0.39
Hex BF 8 9D 0 60 12 19 137 5C 27
Octal 277 10 235 0 140 22 31 467 134 47
Binary 10111111 1000 10011101 0 1100000 10010 11001 100110111 1011100 100111

Color Harmonies of #BF089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF089D

Black with #BF089D

Text Example


Text Example

White with #BF089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF089D; }

 p { color: rgb(191,8,157); }

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

background-color css

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

 a { background-color: rgb(191,8,157); }

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

border-color css

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

 span { border-color: rgb(191,8,157); }

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