Html Css Color HEX #B27DBB East Side

📋 copy color: '#B27DBB'

red 178 ◦ green 125 ◦ blue 187

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

Shades of East Side #B27DBB

Tints of East Side #B27DBB

RGB

 RED value IS 178 (69.92% from 255) = 36.33%

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

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

R = 36.33%
G = 25.51%
B = 38.16%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B27DBB (or 0xB27DBB) is known color: East Side. HEX triplet: B2, 7D and BB. RGB value is (178,125,187). Sum of RGB (Red+Green+Blue) = 178+125+187=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B27DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DBB is #4D8244. Grayscale: #939393. Windows color (decimal): -5079621 or 12287410. OLE color: 12287410.

HSL color Cylindrical-coordinate representation of color #B27DBB: hue angle of 291.29º 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 #B27DBB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 125 187 -
CMYK 0.05 0.33 0 0.27
HSL 291.29º 0.31% 0.61% -
HSV(B) 291.29º 0.33% 0.73% -
XYZ 34.66 27.72 50.54 -
YUV 147.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 178 125 187 0.05 0.33 0 0.27 291.29 0.31 0.61
Hex B2 7D BB 5 21 0 1B 123 1F 3D
Octal 262 175 273 5 41 0 33 443 37 75
Binary 10110010 1111101 10111011 101 100001 0 11011 100100011 11111 111101

Color Harmonies of #B27DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DBB

Black with #B27DBB

Text Example


Text Example

White with #B27DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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