Html Css Color HEX #BD0C7E Medium Violet Red

📋 copy color: '#BD0C7E'

red 189 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #BD0C7E

Tints of Medium Violet Red #BD0C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.67%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 57.8%
G = 3.67%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD0C7E (or 0xBD0C7E) is known color: Medium Violet Red. HEX triplet: BD, 0C and 7E. RGB value is (189,12,126). Sum of RGB (Red+Green+Blue) = 189+12+126=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C7E is #42F381. Grayscale: #4D4D4D. Windows color (decimal): -4387714 or 8260797. OLE color: 8260797.

HSL color Cylindrical-coordinate representation of color #BD0C7E: hue angle of 321.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C7E is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 126 -
CMYK 0 0.94 0.33 0.26
HSL 321.36º 0.88% 0.39% -
HSV(B) 321.36º 0.94% 0.74% -
XYZ 24.88 12.59 20.86 -
YUV 77.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 189 12 126 0 0.94 0.33 0.26 321.36 0.88 0.39
Hex BD C 7E 0 5E 21 1A 141 58 27
Octal 275 14 176 0 136 41 32 501 130 47
Binary 10111101 1100 1111110 0 1011110 100001 11010 101000001 1011000 100111

Color Harmonies of #BD0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C7E

Black with #BD0C7E

Text Example


Text Example

White with #BD0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C7E; }

 p { color: rgb(189,12,126); }

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

background-color css

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

 a { background-color: rgb(189,12,126); }

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

border-color css

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

 span { border-color: rgb(189,12,126); }

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