Html Css Color HEX #BC83B7 London Hue

📋 copy color: '#BC83B7'

red 188 ◦ green 131 ◦ blue 183

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

Shades of London Hue #BC83B7

Tints of London Hue #BC83B7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 37.45%
G = 26.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC83B7 (or 0xBC83B7) is known color: London Hue. HEX triplet: BC, 83 and B7. RGB value is (188,131,183). Sum of RGB (Red+Green+Blue) = 188+131+183=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83B7 is #437C48. Grayscale: #999999. Windows color (decimal): -4422729 or 12026812. OLE color: 12026812.

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

Color convert

RGB 188 131 183 -
CMYK 0 0.30 0.03 0.26
HSL 305.26º 0.3% 0.63% -
HSV(B) 305.26º 0.3% 0.74% -
XYZ 37.4 30.34 48.69 -
YUV 153.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 188 131 183 0 0.30 0.03 0.26 305.26 0.3 0.63
Hex BC 83 B7 0 1E 3 1A 131 1E 3F
Octal 274 203 267 0 36 3 32 461 36 77
Binary 10111100 10000011 10110111 0 11110 11 11010 100110001 11110 111111

Color Harmonies of #BC83B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83B7

Black with #BC83B7

Text Example


Text Example

White with #BC83B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83B7; }

 p { color: rgb(188,131,183); }

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

background-color css

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

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

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

border-color css

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

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

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