Html Css Color HEX #BF018B Medium Violet Red

📋 copy color: '#BF018B'

red 191 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #BF018B

Tints of Medium Violet Red #BF018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 57.7%
G = 0.3%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF018B (or 0xBF018B) is known color: Medium Violet Red. HEX triplet: BF, 01 and 8B. RGB value is (191,1,139). Sum of RGB (Red+Green+Blue) = 191+1+139=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF018B is #40FE74. Grayscale: #494949. Windows color (decimal): -4259445 or 9109951. OLE color: 9109951.

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

Color convert

RGB 191 1 139 -
CMYK 0 0.99 0.27 0.25
HSL 316.42º 0.99% 0.38% -
HSV(B) 316.42º 0.99% 0.75% -
XYZ 26.16 12.96 25.55 -
YUV 73.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 191 1 139 0 0.99 0.27 0.25 316.42 0.99 0.38
Hex BF 1 8B 0 63 1B 19 13C 63 26
Octal 277 1 213 0 143 33 31 474 143 46
Binary 10111111 1 10001011 0 1100011 11011 11001 100111100 1100011 100110

Color Harmonies of #BF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF018B

Black with #BF018B

Text Example


Text Example

White with #BF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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