Html Css Color HEX #B483BD East Side

📋 copy color: '#B483BD'

red 180 ◦ green 131 ◦ blue 189

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

Shades of East Side #B483BD

Tints of East Side #B483BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 36%
G = 26.2%
B = 37.8%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B483BD (or 0xB483BD) is known color: East Side. HEX triplet: B4, 83 and BD. RGB value is (180,131,189). Sum of RGB (Red+Green+Blue) = 180+131+189=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #B483BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BD is #4B7C42. Grayscale: #989898. Windows color (decimal): -4947011 or 12420020. OLE color: 12420020.

HSL color Cylindrical-coordinate representation of color #B483BD: hue angle of 290.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B483BD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 131 189 -
CMYK 0.05 0.31 0 0.26
HSL 290.69º 0.31% 0.63% -
HSV(B) 290.69º 0.31% 0.74% -
XYZ 36.12 29.61 51.96 -
YUV 152.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 180 131 189 0.05 0.31 0 0.26 290.69 0.31 0.63
Hex B4 83 BD 5 1F 0 1A 123 1F 3F
Octal 264 203 275 5 37 0 32 443 37 77
Binary 10110100 10000011 10111101 101 11111 0 11010 100100011 11111 111111

Color Harmonies of #B483BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483BD

Black with #B483BD

Text Example


Text Example

White with #B483BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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