Html Css Color HEX #B47BD2 East Side

📋 copy color: '#B47BD2'

red 180 ◦ green 123 ◦ blue 210

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

Shades of East Side #B47BD2

Tints of East Side #B47BD2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 210 (82.42% from 255) = 40.94%

R = 35.09%
G = 23.98%
B = 40.94%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B47BD2 (or 0xB47BD2) is known color: East Side. HEX triplet: B4, 7B and D2. RGB value is (180,123,210). Sum of RGB (Red+Green+Blue) = 180+123+210=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #B47BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BD2 is #4B842D. Grayscale: #959595. Windows color (decimal): -4949038 or 13794228. OLE color: 13794228.

HSL color Cylindrical-coordinate representation of color #B47BD2: hue angle of 279.31º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47BD2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 123 210 -
CMYK 0.14 0.41 0 0.18
HSL 279.31º 0.49% 0.65% -
HSV(B) 279.31º 0.41% 0.82% -
XYZ 37.54 28.52 64.5 -
YUV 149.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 180 123 210 0.14 0.41 0 0.18 279.31 0.49 0.65
Hex B4 7B D2 E 29 0 12 117 31 41
Octal 264 173 322 16 51 0 22 427 61 101
Binary 10110100 1111011 11010010 1110 101001 0 10010 100010111 110001 1000001

Color Harmonies of #B47BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BD2

Black with #B47BD2

Text Example


Text Example

White with #B47BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BD2; }

 p { color: rgb(180,123,210); }

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

background-color css

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

 a { background-color: rgb(180,123,210); }

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

border-color css

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

 span { border-color: rgb(180,123,210); }

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