Html Css Color HEX #BC83BC London Hue

📋 copy color: '#BC83BC'

red 188 ◦ green 131 ◦ blue 188

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

Shades of London Hue #BC83BC

Tints of London Hue #BC83BC

RGB

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

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

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

R = 37.08%
G = 25.84%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC83BC (or 0xBC83BC) is known color: London Hue. HEX triplet: BC, 83 and BC. RGB value is (188,131,188). Sum of RGB (Red+Green+Blue) = 188+131+188=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83BC is #437C43. Grayscale: #9A9A9A. Windows color (decimal): -4422724 or 12354492. OLE color: 12354492.

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

Color convert

RGB 188 131 188 -
CMYK 0 0.30 0 0.26
HSL 300º 0.3% 0.63% -
HSV(B) 300º 0.3% 0.74% -
XYZ 37.93 30.55 51.48 -
YUV 154.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 188 131 188 0 0.30 0 0.26 300 0.3 0.63
Hex BC 83 BC 0 1E 0 1A 12C 1E 3F
Octal 274 203 274 0 36 0 32 454 36 77
Binary 10111100 10000011 10111100 0 11110 0 11010 100101100 11110 111111

Color Harmonies of #BC83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83BC

Black with #BC83BC

Text Example


Text Example

White with #BC83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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