Html Css Color HEX #BC30A8 Medium Red Violet

📋 copy color: '#BC30A8'

red 188 ◦ green 48 ◦ blue 168

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

Shades of Medium Red Violet #BC30A8

Tints of Medium Red Violet #BC30A8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.88%

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 46.53%
G = 11.88%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC30A8 (or 0xBC30A8) is known color: Medium Red Violet. HEX triplet: BC, 30 and A8. RGB value is (188,48,168). Sum of RGB (Red+Green+Blue) = 188+48+168=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30A8 is #43CF57. Grayscale: #676767. Windows color (decimal): -4443992 or 11022524. OLE color: 11022524.

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

Color convert

RGB 188 48 168 -
CMYK 0 0.74 0.11 0.26
HSL 308.57º 0.59% 0.46% -
HSV(B) 308.57º 0.74% 0.74% -
XYZ 28.86 15.63 38.54 -
YUV 103.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 188 48 168 0 0.74 0.11 0.26 308.57 0.59 0.46
Hex BC 30 A8 0 4A B 1A 135 3B 2E
Octal 274 60 250 0 112 13 32 465 73 56
Binary 10111100 110000 10101000 0 1001010 1011 11010 100110101 111011 101110

Color Harmonies of #BC30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30A8

Black with #BC30A8

Text Example


Text Example

White with #BC30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30A8; }

 p { color: rgb(188,48,168); }

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

background-color css

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

 a { background-color: rgb(188,48,168); }

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

border-color css

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

 span { border-color: rgb(188,48,168); }

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