Html Css Color HEX #BB7BDE Wisteria

📋 copy color: '#BB7BDE'

red 187 ◦ green 123 ◦ blue 222

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

Shades of Wisteria #BB7BDE

Tints of Wisteria #BB7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 35.15%
G = 23.12%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB7BDE (or 0xBB7BDE) is known color: Wisteria. HEX triplet: BB, 7B and DE. RGB value is (187,123,222). Sum of RGB (Red+Green+Blue) = 187+123+222=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDE is #448421. Grayscale: #999999. Windows color (decimal): -4490274 or 14580667. OLE color: 14580667.

HSL color Cylindrical-coordinate representation of color #BB7BDE: hue angle of 278.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7BDE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 123 222 -
CMYK 0.16 0.45 0 0.13
HSL 278.79º 0.6% 0.68% -
HSV(B) 278.79º 0.45% 0.87% -
XYZ 40.76 30 72.75 -
YUV 153.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 187 123 222 0.16 0.45 0 0.13 278.79 0.6 0.68
Hex BB 7B DE 10 2D 0 D 117 3C 44
Octal 273 173 336 20 55 0 15 427 74 104
Binary 10111011 1111011 11011110 10000 101101 0 1101 100010111 111100 1000100

Color Harmonies of #BB7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BDE

Black with #BB7BDE

Text Example


Text Example

White with #BB7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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