Html Css Color HEX #BC109B Medium Violet Red

📋 copy color: '#BC109B'

red 188 ◦ green 16 ◦ blue 155

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

Shades of Medium Violet Red #BC109B

Tints of Medium Violet Red #BC109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 52.37%
G = 4.46%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC109B (or 0xBC109B) is known color: Medium Violet Red. HEX triplet: BC, 10 and 9B. RGB value is (188,16,155). Sum of RGB (Red+Green+Blue) = 188+16+155=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC109B is #43EF64. Grayscale: #525252. Windows color (decimal): -4452197 or 10162364. OLE color: 10162364.

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

Color convert

RGB 188 16 155 -
CMYK 0 0.91 0.18 0.26
HSL 311.51º 0.84% 0.4% -
HSV(B) 311.51º 0.91% 0.74% -
XYZ 26.84 13.43 32.19 -
YUV 83.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 188 16 155 0 0.91 0.18 0.26 311.51 0.84 0.4
Hex BC 10 9B 0 5B 12 1A 138 54 28
Octal 274 20 233 0 133 22 32 470 124 50
Binary 10111100 10000 10011011 0 1011011 10010 11010 100111000 1010100 101000

Color Harmonies of #BC109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC109B

Black with #BC109B

Text Example


Text Example

White with #BC109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC109B; }

 p { color: rgb(188,16,155); }

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

background-color css

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

 a { background-color: rgb(188,16,155); }

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

border-color css

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

 span { border-color: rgb(188,16,155); }

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