Html Css Color HEX #BC7DBA London Hue

📋 copy color: '#BC7DBA'

red 188 ◦ green 125 ◦ blue 186

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

Shades of London Hue #BC7DBA

Tints of London Hue #BC7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 37.68%
G = 25.05%
B = 37.27%

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

#BC7DBA (or 0xBC7DBA) is known color: London Hue. HEX triplet: BC, 7D and BA. RGB value is (188,125,186). Sum of RGB (Red+Green+Blue) = 188+125+186=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBA is #438245. Grayscale: #969696. Windows color (decimal): -4424262 or 12221884. OLE color: 12221884.

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

Color convert

RGB 188 125 186 -
CMYK 0 0.34 0.01 0.26
HSL 301.9º 0.32% 0.61% -
HSV(B) 301.9º 0.34% 0.74% -
XYZ 36.94 28.9 50.09 -
YUV 150.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 188 125 186 0 0.34 0.01 0.26 301.9 0.32 0.61
Hex BC 7D BA 0 22 1 1A 12E 20 3D
Octal 274 175 272 0 42 1 32 456 40 75
Binary 10111100 1111101 10111010 0 100010 1 11010 100101110 100000 111101

Color Harmonies of #BC7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DBA

Black with #BC7DBA

Text Example


Text Example

White with #BC7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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