Html Css Color HEX #B27BAE London Hue

📋 copy color: '#B27BAE'

red 178 ◦ green 123 ◦ blue 174

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

Shades of London Hue #B27BAE

Tints of London Hue #B27BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 37.47%
G = 25.89%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B27BAE (or 0xB27BAE) is known color: London Hue. HEX triplet: B2, 7B and AE. RGB value is (178,123,174). Sum of RGB (Red+Green+Blue) = 178+123+174=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAE is #4D8451. Grayscale: #919191. Windows color (decimal): -5080146 or 11434930. OLE color: 11434930.

HSL color Cylindrical-coordinate representation of color #B27BAE: hue angle of 304.36º 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 #B27BAE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 174 -
CMYK 0 0.31 0.02 0.30
HSL 304.36º 0.26% 0.59% -
HSV(B) 304.36º 0.31% 0.7% -
XYZ 33.08 26.69 43.45 -
YUV 145.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 178 123 174 0 0.31 0.02 0.30 304.36 0.26 0.59
Hex B2 7B AE 0 1F 2 1E 130 1A 3B
Octal 262 173 256 0 37 2 36 460 32 73
Binary 10110010 1111011 10101110 0 11111 10 11110 100110000 11010 111011

Color Harmonies of #B27BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BAE

Black with #B27BAE

Text Example


Text Example

White with #B27BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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