Html Css Color HEX #B27CB3 London Hue

📋 copy color: '#B27CB3'

red 178 ◦ green 124 ◦ blue 179

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

Shades of London Hue #B27CB3

Tints of London Hue #B27CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

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

R = 37.01%
G = 25.78%
B = 37.21%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B27CB3 (or 0xB27CB3) is known color: London Hue. HEX triplet: B2, 7C and B3. RGB value is (178,124,179). Sum of RGB (Red+Green+Blue) = 178+124+179=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #B27CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CB3 is #4D834C. Grayscale: #929292. Windows color (decimal): -5079885 or 11762866. OLE color: 11762866.

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

Color convert

RGB 178 124 179 -
CMYK 0.01 0.31 0 0.30
HSL 298.91º 0.27% 0.59% -
HSV(B) 298.91º 0.31% 0.7% -
XYZ 33.7 27.13 46.11 -
YUV 146.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 178 124 179 0.01 0.31 0 0.30 298.91 0.27 0.59
Hex B2 7C B3 1 1F 0 1E 12B 1B 3B
Octal 262 174 263 1 37 0 36 453 33 73
Binary 10110010 1111100 10110011 1 11111 0 11110 100101011 11011 111011

Color Harmonies of #B27CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CB3

Black with #B27CB3

Text Example


Text Example

White with #B27CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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