Html Css Color HEX #BF258A Medium Red Violet

📋 copy color: '#BF258A'

red 191 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #BF258A

Tints of Medium Red Violet #BF258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 52.19%
G = 10.11%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF258A (or 0xBF258A) is known color: Medium Red Violet. HEX triplet: BF, 25 and 8A. RGB value is (191,37,138). Sum of RGB (Red+Green+Blue) = 191+37+138=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF258A is #40DA75. Grayscale: #5E5E5E. Windows color (decimal): -4250230 or 9053631. OLE color: 9053631.

HSL color Cylindrical-coordinate representation of color #BF258A: hue angle of 320.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF258A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 138 -
CMYK 0 0.81 0.28 0.25
HSL 320.65º 0.68% 0.45% -
HSV(B) 320.65º 0.81% 0.75% -
XYZ 26.73 14.23 25.38 -
YUV 94.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 191 37 138 0 0.81 0.28 0.25 320.65 0.68 0.45
Hex BF 25 8A 0 51 1C 19 141 44 2D
Octal 277 45 212 0 121 34 31 501 104 55
Binary 10111111 100101 10001010 0 1010001 11100 11001 101000001 1000100 101101

Color Harmonies of #BF258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF258A

Black with #BF258A

Text Example


Text Example

White with #BF258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF258A; }

 p { color: rgb(191,37,138); }

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

background-color css

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

 a { background-color: rgb(191,37,138); }

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

border-color css

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

 span { border-color: rgb(191,37,138); }

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