Html Css Color HEX #BB7ED7 East Side

📋 copy color: '#BB7ED7'

red 187 ◦ green 126 ◦ blue 215

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

Shades of East Side #BB7ED7

Tints of East Side #BB7ED7

RGB

 RED value IS 187 (73.44% from 255) = 35.42%

 GREEN value IS 126 (49.61% from 255) = 23.86%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 35.42%
G = 23.86%
B = 40.72%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB7ED7 (or 0xBB7ED7) is known color: East Side. HEX triplet: BB, 7E and D7. RGB value is (187,126,215). Sum of RGB (Red+Green+Blue) = 187+126+215=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB7ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ED7 is #448128. Grayscale: #9A9A9A. Windows color (decimal): -4489513 or 14122683. OLE color: 14122683.

HSL color Cylindrical-coordinate representation of color #BB7ED7: hue angle of 281.12º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7ED7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 126 215 -
CMYK 0.13 0.41 0 0.16
HSL 281.12º 0.53% 0.67% -
HSV(B) 281.12º 0.41% 0.84% -
XYZ 40.22 30.39 68.04 -
YUV 154.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 187 126 215 0.13 0.41 0 0.16 281.12 0.53 0.67
Hex BB 7E D7 D 29 0 10 119 35 43
Octal 273 176 327 15 51 0 20 431 65 103
Binary 10111011 1111110 11010111 1101 101001 0 10000 100011001 110101 1000011

Color Harmonies of #BB7ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ED7

Black with #BB7ED7

Text Example


Text Example

White with #BB7ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ED7; }

 p { color: rgb(187,126,215); }

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

background-color css

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

 a { background-color: rgb(187,126,215); }

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

border-color css

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

 span { border-color: rgb(187,126,215); }

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