Html Css Color HEX #BC79BA London Hue

📋 copy color: '#BC79BA'

red 188 ◦ green 121 ◦ blue 186

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

Shades of London Hue #BC79BA

Tints of London Hue #BC79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.44%

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

R = 37.98%
G = 24.44%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC79BA (or 0xBC79BA) is known color: London Hue. HEX triplet: BC, 79 and BA. RGB value is (188,121,186). Sum of RGB (Red+Green+Blue) = 188+121+186=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79BA is #438645. Grayscale: #949494. Windows color (decimal): -4425286 or 12220860. OLE color: 12220860.

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

Color convert

RGB 188 121 186 -
CMYK 0 0.36 0.01 0.26
HSL 301.79º 0.33% 0.61% -
HSV(B) 301.79º 0.36% 0.74% -
XYZ 36.44 27.91 49.92 -
YUV 148.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 188 121 186 0 0.36 0.01 0.26 301.79 0.33 0.61
Hex BC 79 BA 0 24 1 1A 12E 21 3D
Octal 274 171 272 0 44 1 32 456 41 75
Binary 10111100 1111001 10111010 0 100100 1 11010 100101110 100001 111101

Color Harmonies of #BC79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79BA

Black with #BC79BA

Text Example


Text Example

White with #BC79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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