Html Css Color HEX #B27BB3 London Hue

📋 copy color: '#B27BB3'

red 178 ◦ green 123 ◦ blue 179

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

Shades of London Hue #B27BB3

Tints of London Hue #B27BB3

RGB

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

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

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

R = 37.08%
G = 25.63%
B = 37.29%

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

#B27BB3 (or 0xB27BB3) is known color: London Hue. HEX triplet: B2, 7B and B3. RGB value is (178,123,179). Sum of RGB (Red+Green+Blue) = 178+123+179=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #B27BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BB3 is #4D844C. Grayscale: #919191. Windows color (decimal): -5080141 or 11762610. OLE color: 11762610.

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

Color convert

RGB 178 123 179 -
CMYK 0.01 0.31 0 0.30
HSL 298.93º 0.27% 0.59% -
HSV(B) 298.93º 0.31% 0.7% -
XYZ 33.58 26.89 46.07 -
YUV 145.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 178 123 179 0.01 0.31 0 0.30 298.93 0.27 0.59
Hex B2 7B B3 1 1F 0 1E 12B 1B 3B
Octal 262 173 263 1 37 0 36 453 33 73
Binary 10110010 1111011 10110011 1 11111 0 11110 100101011 11011 111011

Color Harmonies of #B27BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BB3

Black with #B27BB3

Text Example


Text Example

White with #B27BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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