Html Css Color HEX #BD007C Medium Violet Red

📋 copy color: '#BD007C'

red 189 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #BD007C

Tints of Medium Violet Red #BD007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.38%
G = 0%
B = 39.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD007C (or 0xBD007C) is known color: Medium Violet Red. HEX triplet: BD, 00 and 7C. RGB value is (189,0,124). Sum of RGB (Red+Green+Blue) = 189+0+124=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007C is #42FF83. Grayscale: #464646. Windows color (decimal): -4390788 or 8126653. OLE color: 8126653.

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

Color convert

RGB 189 0 124 -
CMYK 0 1 0.34 0.26
HSL 320.63º 1% 0.37% -
HSV(B) 320.63º 1% 0.74% -
XYZ 24.62 12.27 20.14 -
YUV 70.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 189 0 124 0 1 0.34 0.26 320.63 1 0.37
Hex BD 0 7C 0 64 22 1A 141 64 25
Octal 275 0 174 0 144 42 32 501 144 45
Binary 10111101 0 1111100 0 1100100 100010 11010 101000001 1100100 100101

Color Harmonies of #BD007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD007C

Black with #BD007C

Text Example


Text Example

White with #BD007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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