Html Css Color HEX #BC0BA7 Medium Violet Red

📋 copy color: '#BC0BA7'

red 188 ◦ green 11 ◦ blue 167

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

Shades of Medium Violet Red #BC0BA7

Tints of Medium Violet Red #BC0BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 51.37%
G = 3.01%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC0BA7 (or 0xBC0BA7) is known color: Medium Violet Red. HEX triplet: BC, 0B and A7. RGB value is (188,11,167). Sum of RGB (Red+Green+Blue) = 188+11+167=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA7 is #43F458. Grayscale: #515151. Windows color (decimal): -4453465 or 10947516. OLE color: 10947516.

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

Color convert

RGB 188 11 167 -
CMYK 0 0.94 0.11 0.26
HSL 307.12º 0.89% 0.39% -
HSV(B) 307.12º 0.94% 0.74% -
XYZ 27.83 13.72 37.74 -
YUV 81.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 188 11 167 0 0.94 0.11 0.26 307.12 0.89 0.39
Hex BC B A7 0 5E B 1A 133 59 27
Octal 274 13 247 0 136 13 32 463 131 47
Binary 10111100 1011 10100111 0 1011110 1011 11010 100110011 1011001 100111

Color Harmonies of #BC0BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BA7

Black with #BC0BA7

Text Example


Text Example

White with #BC0BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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