Html Css Color HEX #BB7BDA East Side

📋 copy color: '#BB7BDA'

red 187 ◦ green 123 ◦ blue 218

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

Shades of East Side #BB7BDA

Tints of East Side #BB7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.3%

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

R = 35.42%
G = 23.3%
B = 41.29%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB7BDA (or 0xBB7BDA) is known color: East Side. HEX triplet: BB, 7B and DA. RGB value is (187,123,218). Sum of RGB (Red+Green+Blue) = 187+123+218=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDA is #448425. Grayscale: #989898. Windows color (decimal): -4490278 or 14318523. OLE color: 14318523.

HSL color Cylindrical-coordinate representation of color #BB7BDA: hue angle of 280.42º 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 #BB7BDA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 123 218 -
CMYK 0.14 0.44 0 0.15
HSL 280.42º 0.56% 0.67% -
HSV(B) 280.42º 0.44% 0.85% -
XYZ 40.23 29.79 69.96 -
YUV 152.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 187 123 218 0.14 0.44 0 0.15 280.42 0.56 0.67
Hex BB 7B DA E 2C 0 F 118 38 43
Octal 273 173 332 16 54 0 17 430 70 103
Binary 10111011 1111011 11011010 1110 101100 0 1111 100011000 111000 1000011

Color Harmonies of #BB7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BDA

Black with #BB7BDA

Text Example


Text Example

White with #BB7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BDA; }

 p { color: rgb(187,123,218); }

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

background-color css

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

 a { background-color: rgb(187,123,218); }

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

border-color css

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

 span { border-color: rgb(187,123,218); }

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