Html Css Color HEX #BC0FA7 Medium Violet Red

📋 copy color: '#BC0FA7'

red 188 ◦ green 15 ◦ blue 167

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

Shades of Medium Violet Red #BC0FA7

Tints of Medium Violet Red #BC0FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 50.81%
G = 4.05%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC0FA7 (or 0xBC0FA7) is known color: Medium Violet Red. HEX triplet: BC, 0F and A7. RGB value is (188,15,167). Sum of RGB (Red+Green+Blue) = 188+15+167=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FA7 is #43F058. Grayscale: #535353. Windows color (decimal): -4452441 or 10948540. OLE color: 10948540.

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

Color convert

RGB 188 15 167 -
CMYK 0 0.92 0.11 0.26
HSL 307.28º 0.85% 0.4% -
HSV(B) 307.28º 0.92% 0.74% -
XYZ 27.88 13.82 37.76 -
YUV 84.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 188 15 167 0 0.92 0.11 0.26 307.28 0.85 0.4
Hex BC F A7 0 5C B 1A 133 55 28
Octal 274 17 247 0 134 13 32 463 125 50
Binary 10111100 1111 10100111 0 1011100 1011 11010 100110011 1010101 101000

Color Harmonies of #BC0FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FA7

Black with #BC0FA7

Text Example


Text Example

White with #BC0FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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