Html Css Color HEX #BF2CA4 Medium Red Violet

📋 copy color: '#BF2CA4'

red 191 ◦ green 44 ◦ blue 164

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

Shades of Medium Red Violet #BF2CA4

Tints of Medium Red Violet #BF2CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.1%

R = 47.87%
G = 11.03%
B = 41.1%

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

#BF2CA4 (or 0xBF2CA4) is known color: Medium Red Violet. HEX triplet: BF, 2C and A4. RGB value is (191,44,164). Sum of RGB (Red+Green+Blue) = 191+44+164=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CA4 is #40D35B. Grayscale: #656565. Windows color (decimal): -4248412 or 10759359. OLE color: 10759359.

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

Color convert

RGB 191 44 164 -
CMYK 0 0.77 0.14 0.25
HSL 311.02º 0.63% 0.46% -
HSV(B) 311.02º 0.77% 0.75% -
XYZ 29.09 15.56 36.59 -
YUV 101.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 191 44 164 0 0.77 0.14 0.25 311.02 0.63 0.46
Hex BF 2C A4 0 4D E 19 137 3F 2E
Octal 277 54 244 0 115 16 31 467 77 56
Binary 10111111 101100 10100100 0 1001101 1110 11001 100110111 111111 101110

Color Harmonies of #BF2CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CA4

Black with #BF2CA4

Text Example


Text Example

White with #BF2CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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