Html Css Color HEX #BD027D Medium Violet Red

📋 copy color: '#BD027D'

red 189 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #BD027D

Tints of Medium Violet Red #BD027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 59.81%
G = 0.63%
B = 39.56%

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

#BD027D (or 0xBD027D) is known color: Medium Violet Red. HEX triplet: BD, 02 and 7D. RGB value is (189,2,125). Sum of RGB (Red+Green+Blue) = 189+2+125=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD027D is #42FD82. Grayscale: #474747. Windows color (decimal): -4390275 or 8192701. OLE color: 8192701.

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

Color convert

RGB 189 2 125 -
CMYK 0 0.99 0.34 0.26
HSL 320.53º 0.98% 0.37% -
HSV(B) 320.53º 0.99% 0.74% -
XYZ 24.71 12.34 20.48 -
YUV 71.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 189 2 125 0 0.99 0.34 0.26 320.53 0.98 0.37
Hex BD 2 7D 0 63 22 1A 141 62 25
Octal 275 2 175 0 143 42 32 501 142 45
Binary 10111101 10 1111101 0 1100011 100010 11010 101000001 1100010 100101

Color Harmonies of #BD027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD027D

Black with #BD027D

Text Example


Text Example

White with #BD027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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