Html Css Color HEX #BC7DB6 London Hue

📋 copy color: '#BC7DB6'

red 188 ◦ green 125 ◦ blue 182

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

Shades of London Hue #BC7DB6

Tints of London Hue #BC7DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 37.98%
G = 25.25%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC7DB6 (or 0xBC7DB6) is known color: London Hue. HEX triplet: BC, 7D and B6. RGB value is (188,125,182). Sum of RGB (Red+Green+Blue) = 188+125+182=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DB6 is #438249. Grayscale: #969696. Windows color (decimal): -4424266 or 11959740. OLE color: 11959740.

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

Color convert

RGB 188 125 182 -
CMYK 0 0.34 0.03 0.26
HSL 305.71º 0.32% 0.61% -
HSV(B) 305.71º 0.34% 0.74% -
XYZ 36.52 28.74 47.88 -
YUV 150.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 188 125 182 0 0.34 0.03 0.26 305.71 0.32 0.61
Hex BC 7D B6 0 22 3 1A 132 20 3D
Octal 274 175 266 0 42 3 32 462 40 75
Binary 10111100 1111101 10110110 0 100010 11 11010 100110010 100000 111101

Color Harmonies of #BC7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DB6

Black with #BC7DB6

Text Example


Text Example

White with #BC7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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