Html Css Color HEX #BC81BC London Hue

📋 copy color: '#BC81BC'

red 188 ◦ green 129 ◦ blue 188

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

Shades of London Hue #BC81BC

Tints of London Hue #BC81BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.54%

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 37.23%
G = 25.54%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC81BC (or 0xBC81BC) is known color: London Hue. HEX triplet: BC, 81 and BC. RGB value is (188,129,188). Sum of RGB (Red+Green+Blue) = 188+129+188=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BC is #437E43. Grayscale: #999999. Windows color (decimal): -4423236 or 12353980. OLE color: 12353980.

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

Color convert

RGB 188 129 188 -
CMYK 0 0.31 0 0.26
HSL 300º 0.31% 0.62% -
HSV(B) 300º 0.31% 0.74% -
XYZ 37.67 30.02 51.39 -
YUV 153.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 188 129 188 0 0.31 0 0.26 300 0.31 0.62
Hex BC 81 BC 0 1F 0 1A 12C 1F 3E
Octal 274 201 274 0 37 0 32 454 37 76
Binary 10111100 10000001 10111100 0 11111 0 11010 100101100 11111 111110

Color Harmonies of #BC81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81BC

Black with #BC81BC

Text Example


Text Example

White with #BC81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81BC; }

 p { color: rgb(188,129,188); }

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

background-color css

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

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

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

border-color css

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

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

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