Html Css Color HEX #B47DB9 East Side

📋 copy color: '#B47DB9'

red 180 ◦ green 125 ◦ blue 185

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

Shades of East Side #B47DB9

Tints of East Side #B47DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 36.73%
G = 25.51%
B = 37.76%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B47DB9 (or 0xB47DB9) is known color: East Side. HEX triplet: B4, 7D and B9. RGB value is (180,125,185). Sum of RGB (Red+Green+Blue) = 180+125+185=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #B47DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DB9 is #4B8246. Grayscale: #949494. Windows color (decimal): -4948551 or 12156340. OLE color: 12156340.

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

Color convert

RGB 180 125 185 -
CMYK 0.03 0.32 0 0.27
HSL 295º 0.3% 0.61% -
HSV(B) 295º 0.32% 0.73% -
XYZ 34.91 27.87 49.44 -
YUV 148.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 180 125 185 0.03 0.32 0 0.27 295 0.3 0.61
Hex B4 7D B9 3 20 0 1B 127 1E 3D
Octal 264 175 271 3 40 0 33 447 36 75
Binary 10110100 1111101 10111001 11 100000 0 11011 100100111 11110 111101

Color Harmonies of #B47DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DB9

Black with #B47DB9

Text Example


Text Example

White with #B47DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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