Html Css Color HEX #BC089B Medium Violet Red

📋 copy color: '#BC089B'

red 188 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #BC089B

Tints of Medium Violet Red #BC089B

RGB

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

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

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

R = 53.56%
G = 2.28%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC089B (or 0xBC089B) is known color: Medium Violet Red. HEX triplet: BC, 08 and 9B. RGB value is (188,8,155). Sum of RGB (Red+Green+Blue) = 188+8+155=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC089B is #43F764. Grayscale: #4E4E4E. Windows color (decimal): -4454245 or 10160316. OLE color: 10160316.

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

Color convert

RGB 188 8 155 -
CMYK 0 0.96 0.18 0.26
HSL 311º 0.92% 0.38% -
HSV(B) 311º 0.96% 0.74% -
XYZ 26.74 13.23 32.15 -
YUV 78.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 188 8 155 0 0.96 0.18 0.26 311 0.92 0.38
Hex BC 8 9B 0 60 12 1A 137 5C 26
Octal 274 10 233 0 140 22 32 467 134 46
Binary 10111100 1000 10011011 0 1100000 10010 11010 100110111 1011100 100110

Color Harmonies of #BC089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC089B

Black with #BC089B

Text Example


Text Example

White with #BC089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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