Html Css Color HEX #BC84BD London Hue

📋 copy color: '#BC84BD'

red 188 ◦ green 132 ◦ blue 189

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

Shades of London Hue #BC84BD

Tints of London Hue #BC84BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 36.94%
G = 25.93%
B = 37.13%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC84BD (or 0xBC84BD) is known color: London Hue. HEX triplet: BC, 84 and BD. RGB value is (188,132,189). Sum of RGB (Red+Green+Blue) = 188+132+189=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BD is #437B42. Grayscale: #9B9B9B. Windows color (decimal): -4422467 or 12420284. OLE color: 12420284.

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

Color convert

RGB 188 132 189 -
CMYK 0.01 0.30 0 0.26
HSL 298.95º 0.3% 0.63% -
HSV(B) 298.95º 0.3% 0.74% -
XYZ 38.18 30.87 52.09 -
YUV 155.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 188 132 189 0.01 0.30 0 0.26 298.95 0.3 0.63
Hex BC 84 BD 1 1E 0 1A 12B 1E 3F
Octal 274 204 275 1 36 0 32 453 36 77
Binary 10111100 10000100 10111101 1 11110 0 11010 100101011 11110 111111

Color Harmonies of #BC84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84BD

Black with #BC84BD

Text Example


Text Example

White with #BC84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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