Html Css Color HEX #B27AB3 London Hue

📋 copy color: '#B27AB3'

red 178 ◦ green 122 ◦ blue 179

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

Shades of London Hue #B27AB3

Tints of London Hue #B27AB3

RGB

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

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

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

R = 37.16%
G = 25.47%
B = 37.37%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B27AB3 (or 0xB27AB3) is known color: London Hue. HEX triplet: B2, 7A and B3. RGB value is (178,122,179). Sum of RGB (Red+Green+Blue) = 178+122+179=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #B27AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AB3 is #4D854C. Grayscale: #919191. Windows color (decimal): -5080397 or 11762354. OLE color: 11762354.

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

Color convert

RGB 178 122 179 -
CMYK 0.01 0.32 0 0.30
HSL 298.95º 0.27% 0.59% -
HSV(B) 298.95º 0.32% 0.7% -
XYZ 33.46 26.64 46.03 -
YUV 145.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 178 122 179 0.01 0.32 0 0.30 298.95 0.27 0.59
Hex B2 7A B3 1 20 0 1E 12B 1B 3B
Octal 262 172 263 1 40 0 36 453 33 73
Binary 10110010 1111010 10110011 1 100000 0 11110 100101011 11011 111011

Color Harmonies of #B27AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AB3

Black with #B27AB3

Text Example


Text Example

White with #B27AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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