Html Css Color HEX #B27BB1 London Hue

📋 copy color: '#B27BB1'

red 178 ◦ green 123 ◦ blue 177

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

Shades of London Hue #B27BB1

Tints of London Hue #B27BB1

RGB

 RED value IS 178 (69.92% from 255) = 37.24%

 GREEN value IS 123 (48.44% from 255) = 25.73%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 37.24%
G = 25.73%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B27BB1 (or 0xB27BB1) is known color: London Hue. HEX triplet: B2, 7B and B1. RGB value is (178,123,177). Sum of RGB (Red+Green+Blue) = 178+123+177=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BB1 is #4D844E. Grayscale: #919191. Windows color (decimal): -5080143 or 11631538. OLE color: 11631538.

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

Color convert

RGB 178 123 177 -
CMYK 0 0.31 0.01 0.30
HSL 301.09º 0.26% 0.59% -
HSV(B) 301.09º 0.31% 0.7% -
XYZ 33.38 26.81 45.01 -
YUV 145.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 178 123 177 0 0.31 0.01 0.30 301.09 0.26 0.59
Hex B2 7B B1 0 1F 1 1E 12D 1A 3B
Octal 262 173 261 0 37 1 36 455 32 73
Binary 10110010 1111011 10110001 0 11111 1 11110 100101101 11010 111011

Color Harmonies of #B27BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BB1

Black with #B27BB1

Text Example


Text Example

White with #B27BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BB1; }

 p { color: rgb(178,123,177); }

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

background-color css

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

 a { background-color: rgb(178,123,177); }

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

border-color css

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

 span { border-color: rgb(178,123,177); }

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