Html Css Color HEX #B278B6 London Hue

📋 copy color: '#B278B6'

red 178 ◦ green 120 ◦ blue 182

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

Shades of London Hue #B278B6

Tints of London Hue #B278B6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25%

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 37.08%
G = 25%
B = 37.92%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B278B6 (or 0xB278B6) is known color: London Hue. HEX triplet: B2, 78 and B6. RGB value is (178,120,182). Sum of RGB (Red+Green+Blue) = 178+120+182=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #B278B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278B6 is #4D8749. Grayscale: #909090. Windows color (decimal): -5080906 or 11958450. OLE color: 11958450.

HSL color Cylindrical-coordinate representation of color #B278B6: hue angle of 296.13º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B278B6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 120 182 -
CMYK 0.02 0.34 0 0.29
HSL 296.13º 0.3% 0.59% -
HSV(B) 296.13º 0.34% 0.71% -
XYZ 33.52 26.28 47.56 -
YUV 144.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 178 120 182 0.02 0.34 0 0.29 296.13 0.3 0.59
Hex B2 78 B6 2 22 0 1D 128 1E 3B
Octal 262 170 266 2 42 0 35 450 36 73
Binary 10110010 1111000 10110110 10 100010 0 11101 100101000 11110 111011

Color Harmonies of #B278B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278B6

Black with #B278B6

Text Example


Text Example

White with #B278B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278B6; }

 p { color: rgb(178,120,182); }

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

background-color css

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

 a { background-color: rgb(178,120,182); }

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

border-color css

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

 span { border-color: rgb(178,120,182); }

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