Html Css Color HEX #BB83BA London Hue

📋 copy color: '#BB83BA'

red 187 ◦ green 131 ◦ blue 186

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

Shades of London Hue #BB83BA

Tints of London Hue #BB83BA

RGB

 RED value IS 187 (73.44% from 255) = 37.1%

 GREEN value IS 131 (51.56% from 255) = 25.99%

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

R = 37.1%
G = 25.99%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB83BA (or 0xBB83BA) is known color: London Hue. HEX triplet: BB, 83 and BA. RGB value is (187,131,186). Sum of RGB (Red+Green+Blue) = 187+131+186=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BA is #447C45. Grayscale: #999999. Windows color (decimal): -4488262 or 12223419. OLE color: 12223419.

HSL color Cylindrical-coordinate representation of color #BB83BA: hue angle of 301.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB83BA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 186 -
CMYK 0 0.30 0.01 0.27
HSL 301.07º 0.29% 0.62% -
HSV(B) 301.07º 0.3% 0.73% -
XYZ 37.47 30.34 50.34 -
YUV 154.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 187 131 186 0 0.30 0.01 0.27 301.07 0.29 0.62
Hex BB 83 BA 0 1E 1 1B 12D 1D 3E
Octal 273 203 272 0 36 1 33 455 35 76
Binary 10111011 10000011 10111010 0 11110 1 11011 100101101 11101 111110

Color Harmonies of #BB83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83BA

Black with #BB83BA

Text Example


Text Example

White with #BB83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83BA; }

 p { color: rgb(187,131,186); }

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

background-color css

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

 a { background-color: rgb(187,131,186); }

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

border-color css

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

 span { border-color: rgb(187,131,186); }

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