Html Css Color HEX #B37ADA East Side

📋 copy color: '#B37ADA'

red 179 ◦ green 122 ◦ blue 218

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

Shades of East Side #B37ADA

Tints of East Side #B37ADA

RGB

 RED value IS 179 (70.31% from 255) = 34.49%

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 34.49%
G = 23.51%
B = 42%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B37ADA (or 0xB37ADA) is known color: East Side. HEX triplet: B3, 7A and DA. RGB value is (179,122,218). Sum of RGB (Red+Green+Blue) = 179+122+218=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B37ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADA is #4C8525. Grayscale: #959595. Windows color (decimal): -5014822 or 14318259. OLE color: 14318259.

HSL color Cylindrical-coordinate representation of color #B37ADA: hue angle of 275.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37ADA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 122 218 -
CMYK 0.18 0.44 0 0.15
HSL 275.63º 0.56% 0.67% -
HSV(B) 275.63º 0.44% 0.85% -
XYZ 38.2 28.56 69.83 -
YUV 149.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 179 122 218 0.18 0.44 0 0.15 275.63 0.56 0.67
Hex B3 7A DA 12 2C 0 F 114 38 43
Octal 263 172 332 22 54 0 17 424 70 103
Binary 10110011 1111010 11011010 10010 101100 0 1111 100010100 111000 1000011

Color Harmonies of #B37ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ADA

Black with #B37ADA

Text Example


Text Example

White with #B37ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ADA; }

 p { color: rgb(179,122,218); }

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

background-color css

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

 a { background-color: rgb(179,122,218); }

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

border-color css

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

 span { border-color: rgb(179,122,218); }

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