Html Css Color HEX #BF368B Medium Red Violet

📋 copy color: '#BF368B'

red 191 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #BF368B

Tints of Medium Red Violet #BF368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 49.74%
G = 14.06%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF368B (or 0xBF368B) is known color: Medium Red Violet. HEX triplet: BF, 36 and 8B. RGB value is (191,54,139). Sum of RGB (Red+Green+Blue) = 191+54+139=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF368B is #40C974. Grayscale: #686868. Windows color (decimal): -4245877 or 9123519. OLE color: 9123519.

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

Color convert

RGB 191 54 139 -
CMYK 0 0.72 0.27 0.25
HSL 322.77º 0.56% 0.48% -
HSV(B) 322.77º 0.72% 0.75% -
XYZ 27.47 15.58 25.99 -
YUV 104.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 191 54 139 0 0.72 0.27 0.25 322.77 0.56 0.48
Hex BF 36 8B 0 48 1B 19 143 38 30
Octal 277 66 213 0 110 33 31 503 70 60
Binary 10111111 110110 10001011 0 1001000 11011 11001 101000011 111000 110000

Color Harmonies of #BF368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF368B

Black with #BF368B

Text Example


Text Example

White with #BF368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF368B; }

 p { color: rgb(191,54,139); }

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

background-color css

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

 a { background-color: rgb(191,54,139); }

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

border-color css

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

 span { border-color: rgb(191,54,139); }

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