Html Css Color HEX #BC84BC London Hue

📋 copy color: '#BC84BC'

red 188 ◦ green 132 ◦ blue 188

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

Shades of London Hue #BC84BC

Tints of London Hue #BC84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.98%

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

R = 37.01%
G = 25.98%
B = 37.01%

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

#BC84BC (or 0xBC84BC) is known color: London Hue. HEX triplet: BC, 84 and BC. RGB value is (188,132,188). Sum of RGB (Red+Green+Blue) = 188+132+188=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BC is #437B43. Grayscale: #9A9A9A. Windows color (decimal): -4422468 or 12354748. OLE color: 12354748.

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

Color convert

RGB 188 132 188 -
CMYK 0 0.30 0 0.26
HSL 300º 0.29% 0.63% -
HSV(B) 300º 0.3% 0.74% -
XYZ 38.07 30.82 51.52 -
YUV 155.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 188 132 188 0 0.30 0 0.26 300 0.29 0.63
Hex BC 84 BC 0 1E 0 1A 12C 1D 3F
Octal 274 204 274 0 36 0 32 454 35 77
Binary 10111100 10000100 10111100 0 11110 0 11010 100101100 11101 111111

Color Harmonies of #BC84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84BC

Black with #BC84BC

Text Example


Text Example

White with #BC84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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