Html Css Color HEX #BF237D Medium Red Violet

📋 copy color: '#BF237D'

red 191 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #BF237D

Tints of Medium Red Violet #BF237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 54.42%
G = 9.97%
B = 35.61%

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

#BF237D (or 0xBF237D) is known color: Medium Red Violet. HEX triplet: BF, 23 and 7D. RGB value is (191,35,125). Sum of RGB (Red+Green+Blue) = 191+35+125=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF237D is #40DC82. Grayscale: #5B5B5B. Windows color (decimal): -4250755 or 8201151. OLE color: 8201151.

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

Color convert

RGB 191 35 125 -
CMYK 0 0.82 0.35 0.25
HSL 325.38º 0.69% 0.44% -
HSV(B) 325.38º 0.82% 0.75% -
XYZ 25.79 13.76 20.7 -
YUV 91.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 191 35 125 0 0.82 0.35 0.25 325.38 0.69 0.44
Hex BF 23 7D 0 52 23 19 145 45 2C
Octal 277 43 175 0 122 43 31 505 105 54
Binary 10111111 100011 1111101 0 1010010 100011 11001 101000101 1000101 101100

Color Harmonies of #BF237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF237D

Black with #BF237D

Text Example


Text Example

White with #BF237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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