Html Css Color HEX #BF3488 Medium Red Violet

📋 copy color: '#BF3488'

red 191 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #BF3488

Tints of Medium Red Violet #BF3488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 50.4%
G = 13.72%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF3488 (or 0xBF3488) is known color: Medium Red Violet. HEX triplet: BF, 34 and 88. RGB value is (191,52,136). Sum of RGB (Red+Green+Blue) = 191+52+136=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3488 is #40CB77. Grayscale: #666666. Windows color (decimal): -4246392 or 8926399. OLE color: 8926399.

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

Color convert

RGB 191 52 136 -
CMYK 0 0.73 0.29 0.25
HSL 323.74º 0.57% 0.48% -
HSV(B) 323.74º 0.73% 0.75% -
XYZ 27.16 15.31 24.82 -
YUV 103.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 191 52 136 0 0.73 0.29 0.25 323.74 0.57 0.48
Hex BF 34 88 0 49 1D 19 144 39 30
Octal 277 64 210 0 111 35 31 504 71 60
Binary 10111111 110100 10001000 0 1001001 11101 11001 101000100 111001 110000

Color Harmonies of #BF3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3488

Black with #BF3488

Text Example


Text Example

White with #BF3488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3488; }

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

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

background-color css

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

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

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

border-color css

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

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

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