Html Css Color HEX #B48CCC East Side

📋 copy color: '#B48CCC'

red 180 ◦ green 140 ◦ blue 204

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

Shades of East Side #B48CCC

Tints of East Side #B48CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.72%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 34.35%
G = 26.72%
B = 38.93%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B48CCC (or 0xB48CCC) is known color: East Side. HEX triplet: B4, 8C and CC. RGB value is (180,140,204). Sum of RGB (Red+Green+Blue) = 180+140+204=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CCC is #4B7333. Grayscale: #9F9F9F. Windows color (decimal): -4944692 or 13405364. OLE color: 13405364.

HSL color Cylindrical-coordinate representation of color #B48CCC: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48CCC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 140 204 -
CMYK 0.12 0.31 0 0.2
HSL 277.5º 0.39% 0.67% -
HSV(B) 277.5º 0.31% 0.8% -
XYZ 39.1 32.82 61.4 -
YUV 159.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 180 140 204 0.12 0.31 0 0.2 277.5 0.39 0.67
Hex B4 8C CC C 1F 0 14 116 27 43
Octal 264 214 314 14 37 0 24 426 47 103
Binary 10110100 10001100 11001100 1100 11111 0 10100 100010110 100111 1000011

Color Harmonies of #B48CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CCC

Black with #B48CCC

Text Example


Text Example

White with #B48CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CCC; }

 p { color: rgb(180,140,204); }

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

background-color css

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

 a { background-color: rgb(180,140,204); }

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

border-color css

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

 span { border-color: rgb(180,140,204); }

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