Html Css Color HEX #BD027C Medium Violet Red

📋 copy color: '#BD027C'

red 189 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #BD027C

Tints of Medium Violet Red #BD027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 60%
G = 0.63%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD027C (or 0xBD027C) is known color: Medium Violet Red. HEX triplet: BD, 02 and 7C. RGB value is (189,2,124). Sum of RGB (Red+Green+Blue) = 189+2+124=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD027C is #42FD83. Grayscale: #474747. Windows color (decimal): -4390276 or 8127165. OLE color: 8127165.

HSL color Cylindrical-coordinate representation of color #BD027C: hue angle of 320.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD027C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 124 -
CMYK 0 0.99 0.34 0.26
HSL 320.86º 0.98% 0.37% -
HSV(B) 320.86º 0.99% 0.74% -
XYZ 24.65 12.32 20.15 -
YUV 71.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 189 2 124 0 0.99 0.34 0.26 320.86 0.98 0.37
Hex BD 2 7C 0 63 22 1A 141 62 25
Octal 275 2 174 0 143 42 32 501 142 45
Binary 10111101 10 1111100 0 1100011 100010 11010 101000001 1100010 100101

Color Harmonies of #BD027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD027C

Black with #BD027C

Text Example


Text Example

White with #BD027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD027C; }

 p { color: rgb(189,2,124); }

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

background-color css

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

 a { background-color: rgb(189,2,124); }

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

border-color css

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

 span { border-color: rgb(189,2,124); }

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