Html Css Color HEX #BF2CA7 Medium Red Violet

📋 copy color: '#BF2CA7'

red 191 ◦ green 44 ◦ blue 167

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

Shades of Medium Red Violet #BF2CA7

Tints of Medium Red Violet #BF2CA7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.95%

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 47.51%
G = 10.95%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF2CA7 (or 0xBF2CA7) is known color: Medium Red Violet. HEX triplet: BF, 2C and A7. RGB value is (191,44,167). Sum of RGB (Red+Green+Blue) = 191+44+167=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CA7 is #40D358. Grayscale: #656565. Windows color (decimal): -4248409 or 10955967. OLE color: 10955967.

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

Color convert

RGB 191 44 167 -
CMYK 0 0.77 0.13 0.25
HSL 309.8º 0.63% 0.46% -
HSV(B) 309.8º 0.77% 0.75% -
XYZ 29.36 15.67 38.04 -
YUV 101.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 191 44 167 0 0.77 0.13 0.25 309.8 0.63 0.46
Hex BF 2C A7 0 4D D 19 136 3F 2E
Octal 277 54 247 0 115 15 31 466 77 56
Binary 10111111 101100 10100111 0 1001101 1101 11001 100110110 111111 101110

Color Harmonies of #BF2CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CA7

Black with #BF2CA7

Text Example


Text Example

White with #BF2CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CA7; }

 p { color: rgb(191,44,167); }

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

background-color css

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

 a { background-color: rgb(191,44,167); }

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

border-color css

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

 span { border-color: rgb(191,44,167); }

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