Html Css Color HEX #BC72B0 London Hue

📋 copy color: '#BC72B0'

red 188 ◦ green 114 ◦ blue 176

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

Shades of London Hue #BC72B0

Tints of London Hue #BC72B0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.85%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 39.33%
G = 23.85%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC72B0 (or 0xBC72B0) is known color: London Hue. HEX triplet: BC, 72 and B0. RGB value is (188,114,176). Sum of RGB (Red+Green+Blue) = 188+114+176=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72B0 is #438D4F. Grayscale: #8F8F8F. Windows color (decimal): -4427088 or 11563708. OLE color: 11563708.

HSL color Cylindrical-coordinate representation of color #BC72B0: hue angle of 309.73º degrees, saturation: 0.36, 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 #BC72B0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 176 -
CMYK 0 0.39 0.06 0.26
HSL 309.73º 0.36% 0.59% -
HSV(B) 309.73º 0.39% 0.74% -
XYZ 34.59 25.86 44.24 -
YUV 143.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 188 114 176 0 0.39 0.06 0.26 309.73 0.36 0.59
Hex BC 72 B0 0 27 6 1A 136 24 3B
Octal 274 162 260 0 47 6 32 466 44 73
Binary 10111100 1110010 10110000 0 100111 110 11010 100110110 100100 111011

Color Harmonies of #BC72B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72B0

Black with #BC72B0

Text Example


Text Example

White with #BC72B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72B0; }

 p { color: rgb(188,114,176); }

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

background-color css

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

 a { background-color: rgb(188,114,176); }

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

border-color css

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

 span { border-color: rgb(188,114,176); }

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