Html Css Color HEX #BC73B2 London Hue

📋 copy color: '#BC73B2'

red 188 ◦ green 115 ◦ blue 178

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

Shades of London Hue #BC73B2

Tints of London Hue #BC73B2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 39.09%
G = 23.91%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC73B2 (or 0xBC73B2) is known color: London Hue. HEX triplet: BC, 73 and B2. RGB value is (188,115,178). Sum of RGB (Red+Green+Blue) = 188+115+178=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73B2 is #438C4D. Grayscale: #8F8F8F. Windows color (decimal): -4426830 or 11695036. OLE color: 11695036.

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

Color convert

RGB 188 115 178 -
CMYK 0 0.39 0.05 0.26
HSL 308.22º 0.35% 0.59% -
HSV(B) 308.22º 0.39% 0.74% -
XYZ 34.91 26.17 45.33 -
YUV 144.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 188 115 178 0 0.39 0.05 0.26 308.22 0.35 0.59
Hex BC 73 B2 0 27 5 1A 134 23 3B
Octal 274 163 262 0 47 5 32 464 43 73
Binary 10111100 1110011 10110010 0 100111 101 11010 100110100 100011 111011

Color Harmonies of #BC73B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73B2

Black with #BC73B2

Text Example


Text Example

White with #BC73B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73B2; }

 p { color: rgb(188,115,178); }

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

background-color css

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

 a { background-color: rgb(188,115,178); }

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

border-color css

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

 span { border-color: rgb(188,115,178); }

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