Html Css Color HEX #B383B5 London Hue

📋 copy color: '#B383B5'

red 179 ◦ green 131 ◦ blue 181

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

Shades of London Hue #B383B5

Tints of London Hue #B383B5

RGB

 RED value IS 179 (70.31% from 255) = 36.46%

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 36.46%
G = 26.68%
B = 36.86%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B383B5 (or 0xB383B5) is known color: London Hue. HEX triplet: B3, 83 and B5. RGB value is (179,131,181). Sum of RGB (Red+Green+Blue) = 179+131+181=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #B383B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383B5 is #4C7C4A. Grayscale: #969696. Windows color (decimal): -5012555 or 11895731. OLE color: 11895731.

HSL color Cylindrical-coordinate representation of color #B383B5: hue angle of 297.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B383B5 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 131 181 -
CMYK 0.01 0.28 0 0.29
HSL 297.6º 0.25% 0.61% -
HSV(B) 297.6º 0.28% 0.71% -
XYZ 35.05 29.15 47.5 -
YUV 151.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 179 131 181 0.01 0.28 0 0.29 297.6 0.25 0.61
Hex B3 83 B5 1 1C 0 1D 12A 19 3D
Octal 263 203 265 1 34 0 35 452 31 75
Binary 10110011 10000011 10110101 1 11100 0 11101 100101010 11001 111101

Color Harmonies of #B383B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383B5

Black with #B383B5

Text Example


Text Example

White with #B383B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383B5; }

 p { color: rgb(179,131,181); }

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

background-color css

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

 a { background-color: rgb(179,131,181); }

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

border-color css

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

 span { border-color: rgb(179,131,181); }

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