Html Css Color HEX #BC7DBB London Hue

📋 copy color: '#BC7DBB'

red 188 ◦ green 125 ◦ blue 187

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

Shades of London Hue #BC7DBB

Tints of London Hue #BC7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 37.6%
G = 25%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC7DBB (or 0xBC7DBB) is known color: London Hue. HEX triplet: BC, 7D and BB. RGB value is (188,125,187). Sum of RGB (Red+Green+Blue) = 188+125+187=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBB is #438244. Grayscale: #969696. Windows color (decimal): -4424261 or 12287420. OLE color: 12287420.

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

Color convert

RGB 188 125 187 -
CMYK 0 0.34 0.01 0.26
HSL 300.95º 0.32% 0.61% -
HSV(B) 300.95º 0.34% 0.74% -
XYZ 37.04 28.95 50.65 -
YUV 150.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 188 125 187 0 0.34 0.01 0.26 300.95 0.32 0.61
Hex BC 7D BB 0 22 1 1A 12D 20 3D
Octal 274 175 273 0 42 1 32 455 40 75
Binary 10111100 1111101 10111011 0 100010 1 11010 100101101 100000 111101

Color Harmonies of #BC7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DBB

Black with #BC7DBB

Text Example


Text Example

White with #BC7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DBB; }

 p { color: rgb(188,125,187); }

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

background-color css

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

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

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

border-color css

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

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

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