Html Css Color HEX #BF308F Medium Red Violet

📋 copy color: '#BF308F'

red 191 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #BF308F

Tints of Medium Red Violet #BF308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 50%
G = 12.57%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF308F (or 0xBF308F) is known color: Medium Red Violet. HEX triplet: BF, 30 and 8F. RGB value is (191,48,143). Sum of RGB (Red+Green+Blue) = 191+48+143=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308F is #40CF70. Grayscale: #656565. Windows color (decimal): -4247409 or 9384127. OLE color: 9384127.

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

Color convert

RGB 191 48 143 -
CMYK 0 0.75 0.25 0.25
HSL 320.14º 0.6% 0.47% -
HSV(B) 320.14º 0.75% 0.75% -
XYZ 27.5 15.17 27.47 -
YUV 101.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 191 48 143 0 0.75 0.25 0.25 320.14 0.6 0.47
Hex BF 30 8F 0 4B 19 19 140 3C 2F
Octal 277 60 217 0 113 31 31 500 74 57
Binary 10111111 110000 10001111 0 1001011 11001 11001 101000000 111100 101111

Color Harmonies of #BF308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF308F

Black with #BF308F

Text Example


Text Example

White with #BF308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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