Html Css Color HEX #BB83BC London Hue

📋 copy color: '#BB83BC'

red 187 ◦ green 131 ◦ blue 188

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

Shades of London Hue #BB83BC

Tints of London Hue #BB83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 36.96%
G = 25.89%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB83BC (or 0xBB83BC) is known color: London Hue. HEX triplet: BB, 83 and BC. RGB value is (187,131,188). Sum of RGB (Red+Green+Blue) = 187+131+188=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BC is #447C43. Grayscale: #9A9A9A. Windows color (decimal): -4488260 or 12354491. OLE color: 12354491.

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

Color convert

RGB 187 131 188 -
CMYK 0.01 0.30 0 0.26
HSL 298.95º 0.3% 0.63% -
HSV(B) 298.95º 0.3% 0.74% -
XYZ 37.69 30.43 51.46 -
YUV 154.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 187 131 188 0.01 0.30 0 0.26 298.95 0.3 0.63
Hex BB 83 BC 1 1E 0 1A 12B 1E 3F
Octal 273 203 274 1 36 0 32 453 36 77
Binary 10111011 10000011 10111100 1 11110 0 11010 100101011 11110 111111

Color Harmonies of #BB83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83BC

Black with #BB83BC

Text Example


Text Example

White with #BB83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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