Html Css Color HEX #B283B1 London Hue

📋 copy color: '#B283B1'

red 178 ◦ green 131 ◦ blue 177

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

Shades of London Hue #B283B1

Tints of London Hue #B283B1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.95%

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

R = 36.63%
G = 26.95%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B283B1 (or 0xB283B1) is known color: London Hue. HEX triplet: B2, 83 and B1. RGB value is (178,131,177). Sum of RGB (Red+Green+Blue) = 178+131+177=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B283B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283B1 is #4D7C4E. Grayscale: #969696. Windows color (decimal): -5078095 or 11633586. OLE color: 11633586.

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

Color convert

RGB 178 131 177 -
CMYK 0 0.26 0.01 0.30
HSL 301.28º 0.23% 0.61% -
HSV(B) 301.28º 0.26% 0.7% -
XYZ 34.41 28.87 45.35 -
YUV 150.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 178 131 177 0 0.26 0.01 0.30 301.28 0.23 0.61
Hex B2 83 B1 0 1A 1 1E 12D 17 3D
Octal 262 203 261 0 32 1 36 455 27 75
Binary 10110010 10000011 10110001 0 11010 1 11110 100101101 10111 111101

Color Harmonies of #B283B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B283B1

Black with #B283B1

Text Example


Text Example

White with #B283B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B283B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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