Html Css Color HEX #BD0C7B Medium Violet Red

📋 copy color: '#BD0C7B'

red 189 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #BD0C7B

Tints of Medium Violet Red #BD0C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 58.33%
G = 3.7%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD0C7B (or 0xBD0C7B) is known color: Medium Violet Red. HEX triplet: BD, 0C and 7B. RGB value is (189,12,123). Sum of RGB (Red+Green+Blue) = 189+12+123=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C7B is #42F384. Grayscale: #4D4D4D. Windows color (decimal): -4387717 or 8064189. OLE color: 8064189.

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

Color convert

RGB 189 12 123 -
CMYK 0 0.94 0.35 0.26
HSL 322.37º 0.88% 0.39% -
HSV(B) 322.37º 0.94% 0.74% -
XYZ 24.69 12.51 19.85 -
YUV 77.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 189 12 123 0 0.94 0.35 0.26 322.37 0.88 0.39
Hex BD C 7B 0 5E 23 1A 142 58 27
Octal 275 14 173 0 136 43 32 502 130 47
Binary 10111101 1100 1111011 0 1011110 100011 11010 101000010 1011000 100111

Color Harmonies of #BD0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C7B

Black with #BD0C7B

Text Example


Text Example

White with #BD0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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