Html Css Color HEX #BF237A Medium Red Violet

📋 copy color: '#BF237A'

red 191 ◦ green 35 ◦ blue 122

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

Shades of Medium Red Violet #BF237A

Tints of Medium Red Violet #BF237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 54.89%
G = 10.06%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF237A (or 0xBF237A) is known color: Medium Red Violet. HEX triplet: BF, 23 and 7A. RGB value is (191,35,122). Sum of RGB (Red+Green+Blue) = 191+35+122=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF237A is #40DC85. Grayscale: #5B5B5B. Windows color (decimal): -4250758 or 8004543. OLE color: 8004543.

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

Color convert

RGB 191 35 122 -
CMYK 0 0.82 0.36 0.25
HSL 326.54º 0.69% 0.44% -
HSV(B) 326.54º 0.82% 0.75% -
XYZ 25.6 13.68 19.7 -
YUV 91.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 191 35 122 0 0.82 0.36 0.25 326.54 0.69 0.44
Hex BF 23 7A 0 52 24 19 147 45 2C
Octal 277 43 172 0 122 44 31 507 105 54
Binary 10111111 100011 1111010 0 1010010 100100 11001 101000111 1000101 101100

Color Harmonies of #BF237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF237A

Black with #BF237A

Text Example


Text Example

White with #BF237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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