Html Css Color HEX #BB7DDA East Side

📋 copy color: '#BB7DDA'

red 187 ◦ green 125 ◦ blue 218

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

Shades of East Side #BB7DDA

Tints of East Side #BB7DDA

RGB

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

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

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

R = 35.28%
G = 23.58%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB7DDA (or 0xBB7DDA) is known color: East Side. HEX triplet: BB, 7D and DA. RGB value is (187,125,218). Sum of RGB (Red+Green+Blue) = 187+125+218=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDA is #448225. Grayscale: #999999. Windows color (decimal): -4489766 or 14319035. OLE color: 14319035.

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

Color convert

RGB 187 125 218 -
CMYK 0.14 0.43 0 0.15
HSL 280º 0.56% 0.67% -
HSV(B) 280º 0.43% 0.85% -
XYZ 40.48 30.29 70.04 -
YUV 154.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 187 125 218 0.14 0.43 0 0.15 280 0.56 0.67
Hex BB 7D DA E 2B 0 F 118 38 43
Octal 273 175 332 16 53 0 17 430 70 103
Binary 10111011 1111101 11011010 1110 101011 0 1111 100011000 111000 1000011

Color Harmonies of #BB7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DDA

Black with #BB7DDA

Text Example


Text Example

White with #BB7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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