Html Css Color HEX #BF237C Medium Red Violet

📋 copy color: '#BF237C'

red 191 ◦ green 35 ◦ blue 124

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

Shades of Medium Red Violet #BF237C

Tints of Medium Red Violet #BF237C

RGB

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

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

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

R = 54.57%
G = 10%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF237C (or 0xBF237C) is known color: Medium Red Violet. HEX triplet: BF, 23 and 7C. RGB value is (191,35,124). Sum of RGB (Red+Green+Blue) = 191+35+124=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF237C is #40DC83. Grayscale: #5B5B5B. Windows color (decimal): -4250756 or 8135615. OLE color: 8135615.

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

Color convert

RGB 191 35 124 -
CMYK 0 0.82 0.35 0.25
HSL 325.77º 0.69% 0.44% -
HSV(B) 325.77º 0.82% 0.75% -
XYZ 25.72 13.73 20.36 -
YUV 91.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 191 35 124 0 0.82 0.35 0.25 325.77 0.69 0.44
Hex BF 23 7C 0 52 23 19 146 45 2C
Octal 277 43 174 0 122 43 31 506 105 54
Binary 10111111 100011 1111100 0 1010010 100011 11001 101000110 1000101 101100

Color Harmonies of #BF237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF237C

Black with #BF237C

Text Example


Text Example

White with #BF237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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