Html Css Color HEX #BC0FA5 Medium Violet Red

📋 copy color: '#BC0FA5'

red 188 ◦ green 15 ◦ blue 165

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

Shades of Medium Violet Red #BC0FA5

Tints of Medium Violet Red #BC0FA5

RGB

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

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

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

R = 51.09%
G = 4.08%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC0FA5 (or 0xBC0FA5) is known color: Medium Violet Red. HEX triplet: BC, 0F and A5. RGB value is (188,15,165). Sum of RGB (Red+Green+Blue) = 188+15+165=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FA5 is #43F05A. Grayscale: #535353. Windows color (decimal): -4452443 or 10817468. OLE color: 10817468.

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

Color convert

RGB 188 15 165 -
CMYK 0 0.92 0.12 0.26
HSL 307.98º 0.85% 0.4% -
HSV(B) 307.98º 0.92% 0.74% -
XYZ 27.7 13.75 36.79 -
YUV 83.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 188 15 165 0 0.92 0.12 0.26 307.98 0.85 0.4
Hex BC F A5 0 5C C 1A 134 55 28
Octal 274 17 245 0 134 14 32 464 125 50
Binary 10111100 1111 10100101 0 1011100 1100 11010 100110100 1010101 101000

Color Harmonies of #BC0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FA5

Black with #BC0FA5

Text Example


Text Example

White with #BC0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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