Html Css Color HEX #BF21A6 Medium Violet Red

📋 copy color: '#BF21A6'

red 191 ◦ green 33 ◦ blue 166

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

Shades of Medium Violet Red #BF21A6

Tints of Medium Violet Red #BF21A6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.46%

 BLUE value IS 166 (65.23% from 255) = 42.56%

R = 48.97%
G = 8.46%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF21A6 (or 0xBF21A6) is known color: Medium Violet Red. HEX triplet: BF, 21 and A6. RGB value is (191,33,166). Sum of RGB (Red+Green+Blue) = 191+33+166=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF21A6 is #40DE59. Grayscale: #5F5F5F. Windows color (decimal): -4251226 or 10887615. OLE color: 10887615.

HSL color Cylindrical-coordinate representation of color #BF21A6: hue angle of 309.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21A6 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 166 -
CMYK 0 0.83 0.13 0.25
HSL 309.49º 0.71% 0.44% -
HSV(B) 309.49º 0.83% 0.75% -
XYZ 28.91 14.92 37.43 -
YUV 95.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 191 33 166 0 0.83 0.13 0.25 309.49 0.71 0.44
Hex BF 21 A6 0 53 D 19 135 47 2C
Octal 277 41 246 0 123 15 31 465 107 54
Binary 10111111 100001 10100110 0 1010011 1101 11001 100110101 1000111 101100

Color Harmonies of #BF21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21A6

Black with #BF21A6

Text Example


Text Example

White with #BF21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21A6; }

 p { color: rgb(191,33,166); }

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

background-color css

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

 a { background-color: rgb(191,33,166); }

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

border-color css

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

 span { border-color: rgb(191,33,166); }

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