Html Css Color HEX #B488B3 London Hue

📋 copy color: '#B488B3'

red 180 ◦ green 136 ◦ blue 179

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

Shades of London Hue #B488B3

Tints of London Hue #B488B3

RGB

 RED value IS 180 (70.7% from 255) = 36.36%

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 36.36%
G = 27.47%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B488B3 (or 0xB488B3) is known color: London Hue. HEX triplet: B4, 88 and B3. RGB value is (180,136,179). Sum of RGB (Red+Green+Blue) = 180+136+179=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488B3 is #4B774C. Grayscale: #999999. Windows color (decimal): -4945741 or 11765940. OLE color: 11765940.

HSL color Cylindrical-coordinate representation of color #B488B3: hue angle of 301.36º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488B3 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 179 -
CMYK 0 0.24 0.01 0.29
HSL 301.36º 0.23% 0.62% -
HSV(B) 301.36º 0.24% 0.71% -
XYZ 35.76 30.57 46.66 -
YUV 154.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 180 136 179 0 0.24 0.01 0.29 301.36 0.23 0.62
Hex B4 88 B3 0 18 1 1D 12D 17 3E
Octal 264 210 263 0 30 1 35 455 27 76
Binary 10110100 10001000 10110011 0 11000 1 11101 100101101 10111 111110

Color Harmonies of #B488B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488B3

Black with #B488B3

Text Example


Text Example

White with #B488B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488B3; }

 p { color: rgb(180,136,179); }

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

background-color css

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

 a { background-color: rgb(180,136,179); }

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

border-color css

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

 span { border-color: rgb(180,136,179); }

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