Html Css Color HEX #BF259C Medium Red Violet

📋 copy color: '#BF259C'

red 191 ◦ green 37 ◦ blue 156

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

Shades of Medium Red Violet #BF259C

Tints of Medium Red Violet #BF259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 49.74%
G = 9.64%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF259C (or 0xBF259C) is known color: Medium Red Violet. HEX triplet: BF, 25 and 9C. RGB value is (191,37,156). Sum of RGB (Red+Green+Blue) = 191+37+156=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF259C is #40DA63. Grayscale: #606060. Windows color (decimal): -4250212 or 10233279. OLE color: 10233279.

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

Color convert

RGB 191 37 156 -
CMYK 0 0.81 0.18 0.25
HSL 313.64º 0.68% 0.45% -
HSV(B) 313.64º 0.81% 0.75% -
XYZ 28.15 14.8 32.83 -
YUV 96.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 191 37 156 0 0.81 0.18 0.25 313.64 0.68 0.45
Hex BF 25 9C 0 51 12 19 13A 44 2D
Octal 277 45 234 0 121 22 31 472 104 55
Binary 10111111 100101 10011100 0 1010001 10010 11001 100111010 1000100 101101

Color Harmonies of #BF259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF259C

Black with #BF259C

Text Example


Text Example

White with #BF259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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