Html Css Color HEX #B27DB1 London Hue

📋 copy color: '#B27DB1'

red 178 ◦ green 125 ◦ blue 177

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

Shades of London Hue #B27DB1

Tints of London Hue #B27DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 177 (69.53% from 255) = 36.88%

R = 37.08%
G = 26.04%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B27DB1 (or 0xB27DB1) is known color: London Hue. HEX triplet: B2, 7D and B1. RGB value is (178,125,177). Sum of RGB (Red+Green+Blue) = 178+125+177=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DB1 is #4D824E. Grayscale: #929292. Windows color (decimal): -5079631 or 11632050. OLE color: 11632050.

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

Color convert

RGB 178 125 177 -
CMYK 0 0.30 0.01 0.30
HSL 301.13º 0.26% 0.59% -
HSV(B) 301.13º 0.3% 0.7% -
XYZ 33.63 27.31 45.09 -
YUV 146.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 178 125 177 0 0.30 0.01 0.30 301.13 0.26 0.59
Hex B2 7D B1 0 1E 1 1E 12D 1A 3B
Octal 262 175 261 0 36 1 36 455 32 73
Binary 10110010 1111101 10110001 0 11110 1 11110 100101101 11010 111011

Color Harmonies of #B27DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DB1

Black with #B27DB1

Text Example


Text Example

White with #B27DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DB1; }

 p { color: rgb(178,125,177); }

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

background-color css

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

 a { background-color: rgb(178,125,177); }

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

border-color css

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

 span { border-color: rgb(178,125,177); }

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