Html Css Color HEX #BF307C Medium Red Violet

📋 copy color: '#BF307C'

red 191 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #BF307C

Tints of Medium Red Violet #BF307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 52.62%
G = 13.22%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF307C (or 0xBF307C) is known color: Medium Red Violet. HEX triplet: BF, 30 and 7C. RGB value is (191,48,124). Sum of RGB (Red+Green+Blue) = 191+48+124=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF307C is #40CF83. Grayscale: #636363. Windows color (decimal): -4247428 or 8138943. OLE color: 8138943.

HSL color Cylindrical-coordinate representation of color #BF307C: hue angle of 328.11º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF307C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 124 -
CMYK 0 0.75 0.35 0.25
HSL 328.11º 0.6% 0.47% -
HSV(B) 328.11º 0.75% 0.75% -
XYZ 26.18 14.65 20.52 -
YUV 99.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 191 48 124 0 0.75 0.35 0.25 328.11 0.6 0.47
Hex BF 30 7C 0 4B 23 19 148 3C 2F
Octal 277 60 174 0 113 43 31 510 74 57
Binary 10111111 110000 1111100 0 1001011 100011 11001 101001000 111100 101111

Color Harmonies of #BF307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF307C

Black with #BF307C

Text Example


Text Example

White with #BF307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF307C; }

 p { color: rgb(191,48,124); }

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

background-color css

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

 a { background-color: rgb(191,48,124); }

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

border-color css

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

 span { border-color: rgb(191,48,124); }

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