Html Css Color HEX #B483D0 East Side

📋 copy color: '#B483D0'

red 180 ◦ green 131 ◦ blue 208

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

Shades of East Side #B483D0

Tints of East Side #B483D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 34.68%
G = 25.24%
B = 40.08%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B483D0 (or 0xB483D0) is known color: East Side. HEX triplet: B4, 83 and D0. RGB value is (180,131,208). Sum of RGB (Red+Green+Blue) = 180+131+208=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #B483D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483D0 is #4B7C2F. Grayscale: #9A9A9A. Windows color (decimal): -4946992 or 13665204. OLE color: 13665204.

HSL color Cylindrical-coordinate representation of color #B483D0: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B483D0 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 131 208 -
CMYK 0.13 0.37 0 0.18
HSL 278.18º 0.45% 0.66% -
HSV(B) 278.18º 0.37% 0.82% -
XYZ 38.32 30.49 63.54 -
YUV 154.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 180 131 208 0.13 0.37 0 0.18 278.18 0.45 0.66
Hex B4 83 D0 D 25 0 12 116 2D 42
Octal 264 203 320 15 45 0 22 426 55 102
Binary 10110100 10000011 11010000 1101 100101 0 10010 100010110 101101 1000010

Color Harmonies of #B483D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483D0

Black with #B483D0

Text Example


Text Example

White with #B483D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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