Html Css Color HEX #BC7EBD London Hue

📋 copy color: '#BC7EBD'

red 188 ◦ green 126 ◦ blue 189

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

Shades of London Hue #BC7EBD

Tints of London Hue #BC7EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

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

R = 37.38%
G = 25.05%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC7EBD (or 0xBC7EBD) is known color: London Hue. HEX triplet: BC, 7E and BD. RGB value is (188,126,189). Sum of RGB (Red+Green+Blue) = 188+126+189=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC7EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBD is #438142. Grayscale: #979797. Windows color (decimal): -4424003 or 12418748. OLE color: 12418748.

HSL color Cylindrical-coordinate representation of color #BC7EBD: hue angle of 299.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7EBD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 189 -
CMYK 0.01 0.33 0 0.26
HSL 299.05º 0.32% 0.62% -
HSV(B) 299.05º 0.33% 0.74% -
XYZ 37.39 29.29 51.83 -
YUV 151.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 188 126 189 0.01 0.33 0 0.26 299.05 0.32 0.62
Hex BC 7E BD 1 21 0 1A 12B 20 3E
Octal 274 176 275 1 41 0 32 453 40 76
Binary 10111100 1111110 10111101 1 100001 0 11010 100101011 100000 111110

Color Harmonies of #BC7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EBD

Black with #BC7EBD

Text Example


Text Example

White with #BC7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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