Html Css Color HEX #BF10A8 Medium Violet Red

📋 copy color: '#BF10A8'

red 191 ◦ green 16 ◦ blue 168

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

Shades of Medium Violet Red #BF10A8

Tints of Medium Violet Red #BF10A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 50.93%
G = 4.27%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF10A8 (or 0xBF10A8) is known color: Medium Violet Red. HEX triplet: BF, 10 and A8. RGB value is (191,16,168). Sum of RGB (Red+Green+Blue) = 191+16+168=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF10A8 is #40EF57. Grayscale: #555555. Windows color (decimal): -4255576 or 11014335. OLE color: 11014335.

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

Color convert

RGB 191 16 168 -
CMYK 0 0.92 0.12 0.25
HSL 307.89º 0.85% 0.41% -
HSV(B) 307.89º 0.92% 0.75% -
XYZ 28.74 14.27 38.29 -
YUV 85.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 191 16 168 0 0.92 0.12 0.25 307.89 0.85 0.41
Hex BF 10 A8 0 5C C 19 134 55 29
Octal 277 20 250 0 134 14 31 464 125 51
Binary 10111111 10000 10101000 0 1011100 1100 11001 100110100 1010101 101001

Color Harmonies of #BF10A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10A8

Black with #BF10A8

Text Example


Text Example

White with #BF10A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10A8; }

 p { color: rgb(191,16,168); }

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

background-color css

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

 a { background-color: rgb(191,16,168); }

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

border-color css

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

 span { border-color: rgb(191,16,168); }

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