Html Css Color HEX #BD1E9C Medium Violet Red

📋 copy color: '#BD1E9C'

red 189 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #BD1E9C

Tints of Medium Violet Red #BD1E9C

RGB

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

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

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

R = 50.4%
G = 8%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD1E9C (or 0xBD1E9C) is known color: Medium Violet Red. HEX triplet: BD, 1E and 9C. RGB value is (189,30,156). Sum of RGB (Red+Green+Blue) = 189+30+156=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E9C is #42E163. Grayscale: #5B5B5B. Windows color (decimal): -4383076 or 10231485. OLE color: 10231485.

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

Color convert

RGB 189 30 156 -
CMYK 0 0.84 0.17 0.26
HSL 312.45º 0.73% 0.43% -
HSV(B) 312.45º 0.84% 0.74% -
XYZ 27.45 14.15 32.74 -
YUV 91.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 189 30 156 0 0.84 0.17 0.26 312.45 0.73 0.43
Hex BD 1E 9C 0 54 11 1A 138 49 2B
Octal 275 36 234 0 124 21 32 470 111 53
Binary 10111101 11110 10011100 0 1010100 10001 11010 100111000 1001001 101011

Color Harmonies of #BD1E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E9C

Black with #BD1E9C

Text Example


Text Example

White with #BD1E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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