Html Css Color HEX #BD1E9F Medium Violet Red

📋 copy color: '#BD1E9F'

red 189 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #BD1E9F

Tints of Medium Violet Red #BD1E9F

RGB

 RED value IS 189 (74.22% from 255) = 50%

 GREEN value IS 30 (12.11% from 255) = 7.94%

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 50%
G = 7.94%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD1E9F (or 0xBD1E9F) is known color: Medium Violet Red. HEX triplet: BD, 1E and 9F. RGB value is (189,30,159). Sum of RGB (Red+Green+Blue) = 189+30+159=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E9F is #42E160. Grayscale: #5B5B5B. Windows color (decimal): -4383073 or 10428093. OLE color: 10428093.

HSL color Cylindrical-coordinate representation of color #BD1E9F: hue angle of 311.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E9F is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 159 -
CMYK 0 0.84 0.16 0.26
HSL 311.32º 0.73% 0.43% -
HSV(B) 311.32º 0.84% 0.74% -
XYZ 27.71 14.25 34.09 -
YUV 92.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 189 30 159 0 0.84 0.16 0.26 311.32 0.73 0.43
Hex BD 1E 9F 0 54 10 1A 137 49 2B
Octal 275 36 237 0 124 20 32 467 111 53
Binary 10111101 11110 10011111 0 1010100 10000 11010 100110111 1001001 101011

Color Harmonies of #BD1E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E9F

Black with #BD1E9F

Text Example


Text Example

White with #BD1E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E9F; }

 p { color: rgb(189,30,159); }

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

background-color css

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

 a { background-color: rgb(189,30,159); }

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

border-color css

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

 span { border-color: rgb(189,30,159); }

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