Html Css Color HEX #BC098B Medium Violet Red

📋 copy color: '#BC098B'

red 188 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #BC098B

Tints of Medium Violet Red #BC098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 55.95%
G = 2.68%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC098B (or 0xBC098B) is known color: Medium Violet Red. HEX triplet: BC, 09 and 8B. RGB value is (188,9,139). Sum of RGB (Red+Green+Blue) = 188+9+139=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC098B is #43F674. Grayscale: #4D4D4D. Windows color (decimal): -4454005 or 9111996. OLE color: 9111996.

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

Color convert

RGB 188 9 139 -
CMYK 0 0.95 0.26 0.26
HSL 316.42º 0.91% 0.39% -
HSV(B) 316.42º 0.95% 0.74% -
XYZ 25.5 12.75 25.54 -
YUV 77.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 188 9 139 0 0.95 0.26 0.26 316.42 0.91 0.39
Hex BC 9 8B 0 5F 1A 1A 13C 5B 27
Octal 274 11 213 0 137 32 32 474 133 47
Binary 10111100 1001 10001011 0 1011111 11010 11010 100111100 1011011 100111

Color Harmonies of #BC098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC098B

Black with #BC098B

Text Example


Text Example

White with #BC098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC098B; }

 p { color: rgb(188,9,139); }

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

background-color css

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

 a { background-color: rgb(188,9,139); }

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

border-color css

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

 span { border-color: rgb(188,9,139); }

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