Html Css Color HEX #BC089E Medium Violet Red

📋 copy color: '#BC089E'

red 188 ◦ green 8 ◦ blue 158

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

Shades of Medium Violet Red #BC089E

Tints of Medium Violet Red #BC089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 53.11%
G = 2.26%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC089E (or 0xBC089E) is known color: Medium Violet Red. HEX triplet: BC, 08 and 9E. RGB value is (188,8,158). Sum of RGB (Red+Green+Blue) = 188+8+158=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC089E is #43F761. Grayscale: #4E4E4E. Windows color (decimal): -4454242 or 10356924. OLE color: 10356924.

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

Color convert

RGB 188 8 158 -
CMYK 0 0.96 0.16 0.26
HSL 310º 0.92% 0.38% -
HSV(B) 310º 0.96% 0.74% -
XYZ 27 13.33 33.5 -
YUV 78.92 172.63 205.8 -
System Red Green Blue C M Y K H S L
Decimal 188 8 158 0 0.96 0.16 0.26 310 0.92 0.38
Hex BC 8 9E 0 60 10 1A 136 5C 26
Octal 274 10 236 0 140 20 32 466 134 46
Binary 10111100 1000 10011110 0 1100000 10000 11010 100110110 1011100 100110

Color Harmonies of #BC089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC089E

Black with #BC089E

Text Example


Text Example

White with #BC089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC089E; }

 p { color: rgb(188,8,158); }

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

background-color css

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

 a { background-color: rgb(188,8,158); }

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

border-color css

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

 span { border-color: rgb(188,8,158); }

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