Html Css Color HEX #BF0187 Medium Violet Red

📋 copy color: '#BF0187'

red 191 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #BF0187

Tints of Medium Violet Red #BF0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 58.41%
G = 0.31%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0187 (or 0xBF0187) is known color: Medium Violet Red. HEX triplet: BF, 01 and 87. RGB value is (191,1,135). Sum of RGB (Red+Green+Blue) = 191+1+135=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0187 is #40FE78. Grayscale: #484848. Windows color (decimal): -4259449 or 8847807. OLE color: 8847807.

HSL color Cylindrical-coordinate representation of color #BF0187: hue angle of 317.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0187 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 135 -
CMYK 0 0.99 0.29 0.25
HSL 317.68º 0.99% 0.38% -
HSV(B) 317.68º 0.99% 0.75% -
XYZ 25.87 12.85 24.04 -
YUV 73.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 191 1 135 0 0.99 0.29 0.25 317.68 0.99 0.38
Hex BF 1 87 0 63 1D 19 13E 63 26
Octal 277 1 207 0 143 35 31 476 143 46
Binary 10111111 1 10000111 0 1100011 11101 11001 100111110 1100011 100110

Color Harmonies of #BF0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0187

Black with #BF0187

Text Example


Text Example

White with #BF0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0187; }

 p { color: rgb(191,1,135); }

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

background-color css

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

 a { background-color: rgb(191,1,135); }

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

border-color css

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

 span { border-color: rgb(191,1,135); }

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