Html Css Color HEX #BD1E8B Medium Violet Red

📋 copy color: '#BD1E8B'

red 189 ◦ green 30 ◦ blue 139

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

Shades of Medium Violet Red #BD1E8B

Tints of Medium Violet Red #BD1E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 52.79%
G = 8.38%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD1E8B (or 0xBD1E8B) is known color: Medium Violet Red. HEX triplet: BD, 1E and 8B. RGB value is (189,30,139). Sum of RGB (Red+Green+Blue) = 189+30+139=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E8B is #42E174. Grayscale: #595959. Windows color (decimal): -4383093 or 9117373. OLE color: 9117373.

HSL color Cylindrical-coordinate representation of color #BD1E8B: hue angle of 318.87º 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 #BD1E8B is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 139 -
CMYK 0 0.84 0.26 0.26
HSL 318.87º 0.73% 0.43% -
HSV(B) 318.87º 0.84% 0.74% -
XYZ 26.11 13.61 25.68 -
YUV 89.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 189 30 139 0 0.84 0.26 0.26 318.87 0.73 0.43
Hex BD 1E 8B 0 54 1A 1A 13F 49 2B
Octal 275 36 213 0 124 32 32 477 111 53
Binary 10111101 11110 10001011 0 1010100 11010 11010 100111111 1001001 101011

Color Harmonies of #BD1E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E8B

Black with #BD1E8B

Text Example


Text Example

White with #BD1E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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