Html Css Color HEX #BC0FA4 Medium Violet Red

📋 copy color: '#BC0FA4'

red 188 ◦ green 15 ◦ blue 164

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

Shades of Medium Violet Red #BC0FA4

Tints of Medium Violet Red #BC0FA4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

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

R = 51.23%
G = 4.09%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC0FA4 (or 0xBC0FA4) is known color: Medium Violet Red. HEX triplet: BC, 0F and A4. RGB value is (188,15,164). Sum of RGB (Red+Green+Blue) = 188+15+164=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FA4 is #43F05B. Grayscale: #535353. Windows color (decimal): -4452444 or 10751932. OLE color: 10751932.

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

Color convert

RGB 188 15 164 -
CMYK 0 0.92 0.13 0.26
HSL 308.32º 0.85% 0.4% -
HSV(B) 308.32º 0.92% 0.74% -
XYZ 27.61 13.71 36.31 -
YUV 83.71 173.31 202.38 -
System Red Green Blue C M Y K H S L
Decimal 188 15 164 0 0.92 0.13 0.26 308.32 0.85 0.4
Hex BC F A4 0 5C D 1A 134 55 28
Octal 274 17 244 0 134 15 32 464 125 50
Binary 10111100 1111 10100100 0 1011100 1101 11010 100110100 1010101 101000

Color Harmonies of #BC0FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FA4

Black with #BC0FA4

Text Example


Text Example

White with #BC0FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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