Html Css Color HEX #BF367B Medium Red Violet

📋 copy color: '#BF367B'

red 191 ◦ green 54 ◦ blue 123

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

Shades of Medium Red Violet #BF367B

Tints of Medium Red Violet #BF367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 51.9%
G = 14.67%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF367B (or 0xBF367B) is known color: Medium Red Violet. HEX triplet: BF, 36 and 7B. RGB value is (191,54,123). Sum of RGB (Red+Green+Blue) = 191+54+123=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF367B is #40C984. Grayscale: #666666. Windows color (decimal): -4245893 or 8074943. OLE color: 8074943.

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

Color convert

RGB 191 54 123 -
CMYK 0 0.72 0.36 0.25
HSL 329.78º 0.56% 0.48% -
HSV(B) 329.78º 0.72% 0.75% -
XYZ 26.38 15.14 20.27 -
YUV 102.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 191 54 123 0 0.72 0.36 0.25 329.78 0.56 0.48
Hex BF 36 7B 0 48 24 19 14A 38 30
Octal 277 66 173 0 110 44 31 512 70 60
Binary 10111111 110110 1111011 0 1001000 100100 11001 101001010 111000 110000

Color Harmonies of #BF367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF367B

Black with #BF367B

Text Example


Text Example

White with #BF367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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