Html Css Color HEX #BF237F Medium Violet Red

📋 copy color: '#BF237F'

red 191 ◦ green 35 ◦ blue 127

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

Shades of Medium Violet Red #BF237F

Tints of Medium Violet Red #BF237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 54.11%
G = 9.92%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF237F (or 0xBF237F) is known color: Medium Violet Red. HEX triplet: BF, 23 and 7F. RGB value is (191,35,127). Sum of RGB (Red+Green+Blue) = 191+35+127=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF237F is #40DC80. Grayscale: #5B5B5B. Windows color (decimal): -4250753 or 8332223. OLE color: 8332223.

HSL color Cylindrical-coordinate representation of color #BF237F: hue angle of 324.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF237F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 127 -
CMYK 0 0.82 0.34 0.25
HSL 324.62º 0.69% 0.44% -
HSV(B) 324.62º 0.82% 0.75% -
XYZ 25.92 13.81 21.38 -
YUV 92.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 191 35 127 0 0.82 0.34 0.25 324.62 0.69 0.44
Hex BF 23 7F 0 52 22 19 145 45 2C
Octal 277 43 177 0 122 42 31 505 105 54
Binary 10111111 100011 1111111 0 1010010 100010 11001 101000101 1000101 101100

Color Harmonies of #BF237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF237F

Black with #BF237F

Text Example


Text Example

White with #BF237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF237F; }

 p { color: rgb(191,35,127); }

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

background-color css

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

 a { background-color: rgb(191,35,127); }

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

border-color css

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

 span { border-color: rgb(191,35,127); }

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