Html Css Color HEX #BF34A4 Medium Red Violet

📋 copy color: '#BF34A4'

red 191 ◦ green 52 ◦ blue 164

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

Shades of Medium Red Violet #BF34A4

Tints of Medium Red Violet #BF34A4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

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

R = 46.93%
G = 12.78%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF34A4 (or 0xBF34A4) is known color: Medium Red Violet. HEX triplet: BF, 34 and A4. RGB value is (191,52,164). Sum of RGB (Red+Green+Blue) = 191+52+164=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF34A4 is #40CB5B. Grayscale: #6A6A6A. Windows color (decimal): -4246364 or 10761407. OLE color: 10761407.

HSL color Cylindrical-coordinate representation of color #BF34A4: hue angle of 311.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34A4 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 164 -
CMYK 0 0.73 0.14 0.25
HSL 311.65º 0.57% 0.48% -
HSV(B) 311.65º 0.73% 0.75% -
XYZ 29.41 16.21 36.7 -
YUV 106.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 191 52 164 0 0.73 0.14 0.25 311.65 0.57 0.48
Hex BF 34 A4 0 49 E 19 138 39 30
Octal 277 64 244 0 111 16 31 470 71 60
Binary 10111111 110100 10100100 0 1001001 1110 11001 100111000 111001 110000

Color Harmonies of #BF34A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34A4

Black with #BF34A4

Text Example


Text Example

White with #BF34A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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