Html Css Color HEX #BF087B Medium Violet Red

📋 copy color: '#BF087B'

red 191 ◦ green 8 ◦ blue 123

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

Shades of Medium Violet Red #BF087B

Tints of Medium Violet Red #BF087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 59.32%
G = 2.48%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF087B (or 0xBF087B) is known color: Medium Violet Red. HEX triplet: BF, 08 and 7B. RGB value is (191,8,123). Sum of RGB (Red+Green+Blue) = 191+8+123=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF087B is #40F784. Grayscale: #4B4B4B. Windows color (decimal): -4257669 or 8063167. OLE color: 8063167.

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

Color convert

RGB 191 8 123 -
CMYK 0 0.96 0.36 0.25
HSL 322.3º 0.92% 0.39% -
HSV(B) 322.3º 0.96% 0.75% -
XYZ 25.15 12.68 19.86 -
YUV 75.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 191 8 123 0 0.96 0.36 0.25 322.3 0.92 0.39
Hex BF 8 7B 0 60 24 19 142 5C 27
Octal 277 10 173 0 140 44 31 502 134 47
Binary 10111111 1000 1111011 0 1100000 100100 11001 101000010 1011100 100111

Color Harmonies of #BF087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF087B

Black with #BF087B

Text Example


Text Example

White with #BF087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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