Html Css Color HEX #B47DBE East Side

📋 copy color: '#B47DBE'

red 180 ◦ green 125 ◦ blue 190

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

Shades of East Side #B47DBE

Tints of East Side #B47DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 36.36%
G = 25.25%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B47DBE (or 0xB47DBE) is known color: East Side. HEX triplet: B4, 7D and BE. RGB value is (180,125,190). Sum of RGB (Red+Green+Blue) = 180+125+190=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B47DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DBE is #4B8241. Grayscale: #949494. Windows color (decimal): -4948546 or 12484020. OLE color: 12484020.

HSL color Cylindrical-coordinate representation of color #B47DBE: hue angle of 290.77º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47DBE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 125 190 -
CMYK 0.05 0.34 0 0.25
HSL 290.77º 0.33% 0.62% -
HSV(B) 290.77º 0.34% 0.75% -
XYZ 35.45 28.09 52.27 -
YUV 148.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 180 125 190 0.05 0.34 0 0.25 290.77 0.33 0.62
Hex B4 7D BE 5 22 0 19 123 21 3E
Octal 264 175 276 5 42 0 31 443 41 76
Binary 10110100 1111101 10111110 101 100010 0 11001 100100011 100001 111110

Color Harmonies of #B47DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DBE

Black with #B47DBE

Text Example


Text Example

White with #B47DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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