Html Css Color HEX #BF1885 Medium Violet Red

📋 copy color: '#BF1885'

red 191 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #BF1885

Tints of Medium Violet Red #BF1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 54.89%
G = 6.9%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1885 (or 0xBF1885) is known color: Medium Violet Red. HEX triplet: BF, 18 and 85. RGB value is (191,24,133). Sum of RGB (Red+Green+Blue) = 191+24+133=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1885 is #40E77A. Grayscale: #565656. Windows color (decimal): -4253563 or 8722623. OLE color: 8722623.

HSL color Cylindrical-coordinate representation of color #BF1885: hue angle of 320.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1885 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 133 -
CMYK 0 0.87 0.30 0.25
HSL 320.84º 0.78% 0.42% -
HSV(B) 320.84º 0.87% 0.75% -
XYZ 26.05 13.42 23.41 -
YUV 86.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 191 24 133 0 0.87 0.30 0.25 320.84 0.78 0.42
Hex BF 18 85 0 57 1E 19 141 4E 2A
Octal 277 30 205 0 127 36 31 501 116 52
Binary 10111111 11000 10000101 0 1010111 11110 11001 101000001 1001110 101010

Color Harmonies of #BF1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1885

Black with #BF1885

Text Example


Text Example

White with #BF1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1885; }

 p { color: rgb(191,24,133); }

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

background-color css

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

 a { background-color: rgb(191,24,133); }

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

border-color css

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

 span { border-color: rgb(191,24,133); }

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