Html Css Color HEX #BD027F Medium Violet Red

📋 copy color: '#BD027F'

red 189 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #BD027F

Tints of Medium Violet Red #BD027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 59.43%
G = 0.63%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD027F (or 0xBD027F) is known color: Medium Violet Red. HEX triplet: BD, 02 and 7F. RGB value is (189,2,127). Sum of RGB (Red+Green+Blue) = 189+2+127=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD027F is #42FD80. Grayscale: #474747. Windows color (decimal): -4390273 or 8323773. OLE color: 8323773.

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

Color convert

RGB 189 2 127 -
CMYK 0 0.99 0.33 0.26
HSL 319.89º 0.98% 0.37% -
HSV(B) 319.89º 0.99% 0.74% -
XYZ 24.84 12.39 21.16 -
YUV 72.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 189 2 127 0 0.99 0.33 0.26 319.89 0.98 0.37
Hex BD 2 7F 0 63 21 1A 140 62 25
Octal 275 2 177 0 143 41 32 500 142 45
Binary 10111101 10 1111111 0 1100011 100001 11010 101000000 1100010 100101

Color Harmonies of #BD027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD027F

Black with #BD027F

Text Example


Text Example

White with #BD027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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