Html Css Color HEX #B48FCD East Side

📋 copy color: '#B48FCD'

red 180 ◦ green 143 ◦ blue 205

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

Shades of East Side #B48FCD

Tints of East Side #B48FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 34.09%
G = 27.08%
B = 38.83%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B48FCD (or 0xB48FCD) is known color: East Side. HEX triplet: B4, 8F and CD. RGB value is (180,143,205). Sum of RGB (Red+Green+Blue) = 180+143+205=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #B48FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FCD is #4B7032. Grayscale: #A0A0A0. Windows color (decimal): -4943923 or 13471668. OLE color: 13471668.

HSL color Cylindrical-coordinate representation of color #B48FCD: hue angle of 275.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B48FCD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 143 205 -
CMYK 0.12 0.30 0 0.20
HSL 275.81º 0.38% 0.68% -
HSV(B) 275.81º 0.3% 0.8% -
XYZ 39.66 33.76 62.18 -
YUV 161.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 180 143 205 0.12 0.30 0 0.20 275.81 0.38 0.68
Hex B4 8F CD C 1E 0 14 114 26 44
Octal 264 217 315 14 36 0 24 424 46 104
Binary 10110100 10001111 11001101 1100 11110 0 10100 100010100 100110 1000100

Color Harmonies of #B48FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48FCD

Black with #B48FCD

Text Example


Text Example

White with #B48FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48FCD; }

 p { color: rgb(180,143,205); }

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

background-color css

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

 a { background-color: rgb(180,143,205); }

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

border-color css

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

 span { border-color: rgb(180,143,205); }

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