Html Css Color HEX #BF009D Medium Violet Red

📋 copy color: '#BF009D'

red 191 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #BF009D

Tints of Medium Violet Red #BF009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 54.89%
G = 0%
B = 45.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF009D (or 0xBF009D) is known color: Medium Violet Red. HEX triplet: BF, 00 and 9D. RGB value is (191,0,157). Sum of RGB (Red+Green+Blue) = 191+0+157=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009D is #40FF62. Grayscale: #4A4A4A. Windows color (decimal): -4259683 or 10289343. OLE color: 10289343.

HSL color Cylindrical-coordinate representation of color #BF009D: hue angle of 310.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF009D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 157 -
CMYK 0 1 0.18 0.25
HSL 310.68º 1% 0.37% -
HSV(B) 310.68º 1% 0.75% -
XYZ 27.57 13.51 33.05 -
YUV 75.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 191 0 157 0 1 0.18 0.25 310.68 1 0.37
Hex BF 0 9D 0 64 12 19 137 64 25
Octal 277 0 235 0 144 22 31 467 144 45
Binary 10111111 0 10011101 0 1100100 10010 11001 100110111 1100100 100101

Color Harmonies of #BF009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF009D

Black with #BF009D

Text Example


Text Example

White with #BF009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF009D; }

 p { color: rgb(191,0,157); }

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

background-color css

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

 a { background-color: rgb(191,0,157); }

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

border-color css

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

 span { border-color: rgb(191,0,157); }

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