Html Css Color HEX #BC81B3 London Hue

📋 copy color: '#BC81B3'

red 188 ◦ green 129 ◦ blue 179

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

Shades of London Hue #BC81B3

Tints of London Hue #BC81B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 37.9%
G = 26.01%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC81B3 (or 0xBC81B3) is known color: London Hue. HEX triplet: BC, 81 and B3. RGB value is (188,129,179). Sum of RGB (Red+Green+Blue) = 188+129+179=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81B3 is #437E4C. Grayscale: #989898. Windows color (decimal): -4423245 or 11764156. OLE color: 11764156.

HSL color Cylindrical-coordinate representation of color #BC81B3: hue angle of 309.15º 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 #BC81B3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 179 -
CMYK 0 0.31 0.05 0.26
HSL 309.15º 0.31% 0.62% -
HSV(B) 309.15º 0.31% 0.74% -
XYZ 36.73 29.65 46.43 -
YUV 152.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 188 129 179 0 0.31 0.05 0.26 309.15 0.31 0.62
Hex BC 81 B3 0 1F 5 1A 135 1F 3E
Octal 274 201 263 0 37 5 32 465 37 76
Binary 10111100 10000001 10110011 0 11111 101 11010 100110101 11111 111110

Color Harmonies of #BC81B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81B3

Black with #BC81B3

Text Example


Text Example

White with #BC81B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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