Html Css Color HEX #B483B7 London Hue

📋 copy color: '#B483B7'

red 180 ◦ green 131 ◦ blue 183

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

Shades of London Hue #B483B7

Tints of London Hue #B483B7

RGB

 RED value IS 180 (70.7% from 255) = 36.44%

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 36.44%
G = 26.52%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B483B7 (or 0xB483B7) is known color: London Hue. HEX triplet: B4, 83 and B7. RGB value is (180,131,183). Sum of RGB (Red+Green+Blue) = 180+131+183=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #B483B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483B7 is #4B7C48. Grayscale: #979797. Windows color (decimal): -4947017 or 12026804. OLE color: 12026804.

HSL color Cylindrical-coordinate representation of color #B483B7: hue angle of 296.54º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B483B7 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 131 183 -
CMYK 0.02 0.28 0 0.28
HSL 296.54º 0.27% 0.62% -
HSV(B) 296.54º 0.28% 0.72% -
XYZ 35.49 29.35 48.6 -
YUV 151.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 180 131 183 0.02 0.28 0 0.28 296.54 0.27 0.62
Hex B4 83 B7 2 1C 0 1C 129 1B 3E
Octal 264 203 267 2 34 0 34 451 33 76
Binary 10110100 10000011 10110111 10 11100 0 11100 100101001 11011 111110

Color Harmonies of #B483B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483B7

Black with #B483B7

Text Example


Text Example

White with #B483B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483B7; }

 p { color: rgb(180,131,183); }

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

background-color css

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

 a { background-color: rgb(180,131,183); }

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

border-color css

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

 span { border-color: rgb(180,131,183); }

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