Html Css Color HEX #BF0A70 Medium Violet Red

📋 copy color: '#BF0A70'

red 191 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #BF0A70

Tints of Medium Violet Red #BF0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 61.02%
G = 3.19%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF0A70 (or 0xBF0A70) is known color: Medium Violet Red. HEX triplet: BF, 0A and 70. RGB value is (191,10,112). Sum of RGB (Red+Green+Blue) = 191+10+112=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0A70 is #40F58F. Grayscale: #4B4B4B. Windows color (decimal): -4257168 or 7342783. OLE color: 7342783.

HSL color Cylindrical-coordinate representation of color #BF0A70: hue angle of 326.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 112 -
CMYK 0 0.95 0.41 0.25
HSL 326.19º 0.9% 0.39% -
HSV(B) 326.19º 0.95% 0.75% -
XYZ 24.52 12.46 16.44 -
YUV 75.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 191 10 112 0 0.95 0.41 0.25 326.19 0.9 0.39
Hex BF A 70 0 5F 29 19 146 5A 27
Octal 277 12 160 0 137 51 31 506 132 47
Binary 10111111 1010 1110000 0 1011111 101001 11001 101000110 1011010 100111

Color Harmonies of #BF0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A70

Black with #BF0A70

Text Example


Text Example

White with #BF0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0A70; }

 p { color: rgb(191,10,112); }

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

background-color css

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

 a { background-color: rgb(191,10,112); }

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

border-color css

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

 span { border-color: rgb(191,10,112); }

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