Html Css Color HEX #BC089F Medium Violet Red

📋 copy color: '#BC089F'

red 188 ◦ green 8 ◦ blue 159

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

Shades of Medium Violet Red #BC089F

Tints of Medium Violet Red #BC089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 52.96%
G = 2.25%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC089F (or 0xBC089F) is known color: Medium Violet Red. HEX triplet: BC, 08 and 9F. RGB value is (188,8,159). Sum of RGB (Red+Green+Blue) = 188+8+159=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC089F is #43F760. Grayscale: #4E4E4E. Windows color (decimal): -4454241 or 10422460. OLE color: 10422460.

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

Color convert

RGB 188 8 159 -
CMYK 0 0.96 0.15 0.26
HSL 309.67º 0.92% 0.38% -
HSV(B) 309.67º 0.96% 0.74% -
XYZ 27.08 13.37 33.95 -
YUV 79.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 188 8 159 0 0.96 0.15 0.26 309.67 0.92 0.38
Hex BC 8 9F 0 60 F 1A 136 5C 26
Octal 274 10 237 0 140 17 32 466 134 46
Binary 10111100 1000 10011111 0 1100000 1111 11010 100110110 1011100 100110

Color Harmonies of #BC089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC089F

Black with #BC089F

Text Example


Text Example

White with #BC089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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