Html Css Color HEX #BC028B Medium Violet Red

📋 copy color: '#BC028B'

red 188 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #BC028B

Tints of Medium Violet Red #BC028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 57.14%
G = 0.61%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC028B (or 0xBC028B) is known color: Medium Violet Red. HEX triplet: BC, 02 and 8B. RGB value is (188,2,139). Sum of RGB (Red+Green+Blue) = 188+2+139=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028B is #43FD74. Grayscale: #484848. Windows color (decimal): -4455797 or 9110204. OLE color: 9110204.

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

Color convert

RGB 188 2 139 -
CMYK 0 0.99 0.26 0.26
HSL 315.81º 0.98% 0.37% -
HSV(B) 315.81º 0.99% 0.74% -
XYZ 25.42 12.6 25.52 -
YUV 73.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 188 2 139 0 0.99 0.26 0.26 315.81 0.98 0.37
Hex BC 2 8B 0 63 1A 1A 13C 62 25
Octal 274 2 213 0 143 32 32 474 142 45
Binary 10111100 10 10001011 0 1100011 11010 11010 100111100 1100010 100101

Color Harmonies of #BC028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC028B

Black with #BC028B

Text Example


Text Example

White with #BC028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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