Html Css Color HEX #BC04A5 Medium Violet Red

📋 copy color: '#BC04A5'

red 188 ◦ green 4 ◦ blue 165

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

Shades of Medium Violet Red #BC04A5

Tints of Medium Violet Red #BC04A5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 52.66%
G = 1.12%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC04A5 (or 0xBC04A5) is known color: Medium Violet Red. HEX triplet: BC, 04 and A5. RGB value is (188,4,165). Sum of RGB (Red+Green+Blue) = 188+4+165=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04A5 is #43FB5A. Grayscale: #4C4C4C. Windows color (decimal): -4455259 or 10814652. OLE color: 10814652.

HSL color Cylindrical-coordinate representation of color #BC04A5: hue angle of 307.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04A5 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 165 -
CMYK 0 0.98 0.12 0.26
HSL 307.5º 0.96% 0.38% -
HSV(B) 307.5º 0.98% 0.74% -
XYZ 27.57 13.49 36.75 -
YUV 77.37 177.46 206.91 -
System Red Green Blue C M Y K H S L
Decimal 188 4 165 0 0.98 0.12 0.26 307.5 0.96 0.38
Hex BC 4 A5 0 62 C 1A 134 60 26
Octal 274 4 245 0 142 14 32 464 140 46
Binary 10111100 100 10100101 0 1100010 1100 11010 100110100 1100000 100110

Color Harmonies of #BC04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04A5

Black with #BC04A5

Text Example


Text Example

White with #BC04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04A5; }

 p { color: rgb(188,4,165); }

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

background-color css

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

 a { background-color: rgb(188,4,165); }

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

border-color css

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

 span { border-color: rgb(188,4,165); }

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