Html Css Color HEX #BF2CA5 Medium Red Violet

📋 copy color: '#BF2CA5'

red 191 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #BF2CA5

Tints of Medium Red Violet #BF2CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 47.75%
G = 11%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF2CA5 (or 0xBF2CA5) is known color: Medium Red Violet. HEX triplet: BF, 2C and A5. RGB value is (191,44,165). Sum of RGB (Red+Green+Blue) = 191+44+165=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CA5 is #40D35A. Grayscale: #656565. Windows color (decimal): -4248411 or 10824895. OLE color: 10824895.

HSL color Cylindrical-coordinate representation of color #BF2CA5: hue angle of 310.61º 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 #BF2CA5 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 44 165 -
CMYK 0 0.77 0.14 0.25
HSL 310.61º 0.63% 0.46% -
HSV(B) 310.61º 0.77% 0.75% -
XYZ 29.18 15.59 37.07 -
YUV 101.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 191 44 165 0 0.77 0.14 0.25 310.61 0.63 0.46
Hex BF 2C A5 0 4D E 19 137 3F 2E
Octal 277 54 245 0 115 16 31 467 77 56
Binary 10111111 101100 10100101 0 1001101 1110 11001 100110111 111111 101110

Color Harmonies of #BF2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CA5

Black with #BF2CA5

Text Example


Text Example

White with #BF2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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