Html Css Color HEX #B27BB4 London Hue

📋 copy color: '#B27BB4'

red 178 ◦ green 123 ◦ blue 180

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

Shades of London Hue #B27BB4

Tints of London Hue #B27BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 37.01%
G = 25.57%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B27BB4 (or 0xB27BB4) is known color: London Hue. HEX triplet: B2, 7B and B4. RGB value is (178,123,180). Sum of RGB (Red+Green+Blue) = 178+123+180=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #B27BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BB4 is #4D844B. Grayscale: #919191. Windows color (decimal): -5080140 or 11828146. OLE color: 11828146.

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

Color convert

RGB 178 123 180 -
CMYK 0.01 0.32 0 0.29
HSL 297.89º 0.28% 0.59% -
HSV(B) 297.89º 0.32% 0.71% -
XYZ 33.68 26.93 46.6 -
YUV 145.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 178 123 180 0.01 0.32 0 0.29 297.89 0.28 0.59
Hex B2 7B B4 1 20 0 1D 12A 1C 3B
Octal 262 173 264 1 40 0 35 452 34 73
Binary 10110010 1111011 10110100 1 100000 0 11101 100101010 11100 111011

Color Harmonies of #B27BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BB4

Black with #B27BB4

Text Example


Text Example

White with #B27BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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