Html Css Color HEX #BF037B Medium Violet Red

📋 copy color: '#BF037B'

red 191 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #BF037B

Tints of Medium Violet Red #BF037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 60.25%
G = 0.95%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF037B (or 0xBF037B) is known color: Medium Violet Red. HEX triplet: BF, 03 and 7B. RGB value is (191,3,123). Sum of RGB (Red+Green+Blue) = 191+3+123=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF037B is #40FC84. Grayscale: #484848. Windows color (decimal): -4258949 or 8061887. OLE color: 8061887.

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

Color convert

RGB 191 3 123 -
CMYK 0 0.98 0.36 0.25
HSL 321.7º 0.97% 0.38% -
HSV(B) 321.7º 0.98% 0.75% -
XYZ 25.09 12.57 19.84 -
YUV 72.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 191 3 123 0 0.98 0.36 0.25 321.7 0.97 0.38
Hex BF 3 7B 0 62 24 19 142 61 26
Octal 277 3 173 0 142 44 31 502 141 46
Binary 10111111 11 1111011 0 1100010 100100 11001 101000010 1100001 100110

Color Harmonies of #BF037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF037B

Black with #BF037B

Text Example


Text Example

White with #BF037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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