Html Css Color HEX #B47DBB East Side

📋 copy color: '#B47DBB'

red 180 ◦ green 125 ◦ blue 187

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

Shades of East Side #B47DBB

Tints of East Side #B47DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.41%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 36.59%
G = 25.41%
B = 38.01%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B47DBB (or 0xB47DBB) is known color: East Side. HEX triplet: B4, 7D and BB. RGB value is (180,125,187). Sum of RGB (Red+Green+Blue) = 180+125+187=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B47DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DBB is #4B8244. Grayscale: #949494. Windows color (decimal): -4948549 or 12287412. OLE color: 12287412.

HSL color Cylindrical-coordinate representation of color #B47DBB: hue angle of 293.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47DBB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 125 187 -
CMYK 0.04 0.33 0 0.27
HSL 293.23º 0.31% 0.61% -
HSV(B) 293.23º 0.33% 0.73% -
XYZ 35.13 27.96 50.56 -
YUV 148.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 180 125 187 0.04 0.33 0 0.27 293.23 0.31 0.61
Hex B4 7D BB 4 21 0 1B 125 1F 3D
Octal 264 175 273 4 41 0 33 445 37 75
Binary 10110100 1111101 10111011 100 100001 0 11011 100100101 11111 111101

Color Harmonies of #B47DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DBB

Black with #B47DBB

Text Example


Text Example

White with #B47DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DBB; }

 p { color: rgb(180,125,187); }

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

background-color css

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

 a { background-color: rgb(180,125,187); }

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

border-color css

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

 span { border-color: rgb(180,125,187); }

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