Html Css Color HEX #B27AB4 London Hue

📋 copy color: '#B27AB4'

red 178 ◦ green 122 ◦ blue 180

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

Shades of London Hue #B27AB4

Tints of London Hue #B27AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 37.08%
G = 25.42%
B = 37.5%

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

#B27AB4 (or 0xB27AB4) is known color: London Hue. HEX triplet: B2, 7A and B4. RGB value is (178,122,180). Sum of RGB (Red+Green+Blue) = 178+122+180=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #B27AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AB4 is #4D854B. Grayscale: #919191. Windows color (decimal): -5080396 or 11827890. OLE color: 11827890.

HSL color Cylindrical-coordinate representation of color #B27AB4: hue angle of 297.93º 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 #B27AB4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 122 180 -
CMYK 0.01 0.32 0 0.29
HSL 297.93º 0.28% 0.59% -
HSV(B) 297.93º 0.32% 0.71% -
XYZ 33.56 26.68 46.56 -
YUV 145.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 178 122 180 0.01 0.32 0 0.29 297.93 0.28 0.59
Hex B2 7A B4 1 20 0 1D 12A 1C 3B
Octal 262 172 264 1 40 0 35 452 34 73
Binary 10110010 1111010 10110100 1 100000 0 11101 100101010 11100 111011

Color Harmonies of #B27AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AB4

Black with #B27AB4

Text Example


Text Example

White with #B27AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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