Html Css Color HEX #BC0DA4 Medium Violet Red

📋 copy color: '#BC0DA4'

red 188 ◦ green 13 ◦ blue 164

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

Shades of Medium Violet Red #BC0DA4

Tints of Medium Violet Red #BC0DA4

RGB

 RED value IS 188 (73.83% from 255) = 51.51%

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 164 (64.45% from 255) = 44.93%

R = 51.51%
G = 3.56%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC0DA4 (or 0xBC0DA4) is known color: Medium Violet Red. HEX triplet: BC, 0D and A4. RGB value is (188,13,164). Sum of RGB (Red+Green+Blue) = 188+13+164=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0DA4 is #43F25B. Grayscale: #525252. Windows color (decimal): -4452956 or 10751420. OLE color: 10751420.

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

Color convert

RGB 188 13 164 -
CMYK 0 0.93 0.13 0.26
HSL 308.23º 0.87% 0.39% -
HSV(B) 308.23º 0.93% 0.74% -
XYZ 27.58 13.66 36.3 -
YUV 82.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 188 13 164 0 0.93 0.13 0.26 308.23 0.87 0.39
Hex BC D A4 0 5D D 1A 134 57 27
Octal 274 15 244 0 135 15 32 464 127 47
Binary 10111100 1101 10100100 0 1011101 1101 11010 100110100 1010111 100111

Color Harmonies of #BC0DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DA4

Black with #BC0DA4

Text Example


Text Example

White with #BC0DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DA4; }

 p { color: rgb(188,13,164); }

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

background-color css

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

 a { background-color: rgb(188,13,164); }

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

border-color css

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

 span { border-color: rgb(188,13,164); }

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