Html Css Color HEX #BD1B9F Medium Violet Red

📋 copy color: '#BD1B9F'

red 189 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #BD1B9F

Tints of Medium Violet Red #BD1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 50.4%
G = 7.2%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD1B9F (or 0xBD1B9F) is known color: Medium Violet Red. HEX triplet: BD, 1B and 9F. RGB value is (189,27,159). Sum of RGB (Red+Green+Blue) = 189+27+159=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B9F is #42E460. Grayscale: #5A5A5A. Windows color (decimal): -4383841 or 10427325. OLE color: 10427325.

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

Color convert

RGB 189 27 159 -
CMYK 0 0.86 0.16 0.26
HSL 311.11º 0.75% 0.42% -
HSV(B) 311.11º 0.86% 0.74% -
XYZ 27.64 14.11 34.07 -
YUV 90.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 189 27 159 0 0.86 0.16 0.26 311.11 0.75 0.42
Hex BD 1B 9F 0 56 10 1A 137 4B 2A
Octal 275 33 237 0 126 20 32 467 113 52
Binary 10111101 11011 10011111 0 1010110 10000 11010 100110111 1001011 101010

Color Harmonies of #BD1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B9F

Black with #BD1B9F

Text Example


Text Example

White with #BD1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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