Html Css Color HEX #BC1698 Medium Violet Red

📋 copy color: '#BC1698'

red 188 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #BC1698

Tints of Medium Violet Red #BC1698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.08%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 51.93%
G = 6.08%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC1698 (or 0xBC1698) is known color: Medium Violet Red. HEX triplet: BC, 16 and 98. RGB value is (188,22,152). Sum of RGB (Red+Green+Blue) = 188+22+152=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1698 is #43E967. Grayscale: #565656. Windows color (decimal): -4450664 or 9967292. OLE color: 9967292.

HSL color Cylindrical-coordinate representation of color #BC1698: hue angle of 313.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1698 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 152 -
CMYK 0 0.88 0.19 0.26
HSL 313.01º 0.79% 0.41% -
HSV(B) 313.01º 0.88% 0.74% -
XYZ 26.69 13.53 30.91 -
YUV 86.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 188 22 152 0 0.88 0.19 0.26 313.01 0.79 0.41
Hex BC 16 98 0 58 13 1A 139 4F 29
Octal 274 26 230 0 130 23 32 471 117 51
Binary 10111100 10110 10011000 0 1011000 10011 11010 100111001 1001111 101001

Color Harmonies of #BC1698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1698

Black with #BC1698

Text Example


Text Example

White with #BC1698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1698; }

 p { color: rgb(188,22,152); }

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

background-color css

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

 a { background-color: rgb(188,22,152); }

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

border-color css

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

 span { border-color: rgb(188,22,152); }

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