Html Css Color HEX #B27FAF London Hue

📋 copy color: '#B27FAF'

red 178 ◦ green 127 ◦ blue 175

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

Shades of London Hue #B27FAF

Tints of London Hue #B27FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 37.08%
G = 26.46%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B27FAF (or 0xB27FAF) is known color: London Hue. HEX triplet: B2, 7F and AF. RGB value is (178,127,175). Sum of RGB (Red+Green+Blue) = 178+127+175=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FAF is #4D8050. Grayscale: #939393. Windows color (decimal): -5079121 or 11501490. OLE color: 11501490.

HSL color Cylindrical-coordinate representation of color #B27FAF: hue angle of 303.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27FAF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 175 -
CMYK 0 0.29 0.02 0.30
HSL 303.53º 0.25% 0.6% -
HSV(B) 303.53º 0.29% 0.7% -
XYZ 33.69 27.74 44.14 -
YUV 147.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 178 127 175 0 0.29 0.02 0.30 303.53 0.25 0.6
Hex B2 7F AF 0 1D 2 1E 130 19 3C
Octal 262 177 257 0 35 2 36 460 31 74
Binary 10110010 1111111 10101111 0 11101 10 11110 100110000 11001 111100

Color Harmonies of #B27FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FAF

Black with #B27FAF

Text Example


Text Example

White with #B27FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FAF; }

 p { color: rgb(178,127,175); }

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

background-color css

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

 a { background-color: rgb(178,127,175); }

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

border-color css

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

 span { border-color: rgb(178,127,175); }

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