Html Css Color HEX #BB7DDC Wisteria

📋 copy color: '#BB7DDC'

red 187 ◦ green 125 ◦ blue 220

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

Shades of Wisteria #BB7DDC

Tints of Wisteria #BB7DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 35.15%
G = 23.5%
B = 41.35%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB7DDC (or 0xBB7DDC) is known color: Wisteria. HEX triplet: BB, 7D and DC. RGB value is (187,125,220). Sum of RGB (Red+Green+Blue) = 187+125+220=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDC is #448223. Grayscale: #9A9A9A. Windows color (decimal): -4489764 or 14450107. OLE color: 14450107.

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

Color convert

RGB 187 125 220 -
CMYK 0.15 0.43 0 0.14
HSL 279.16º 0.58% 0.68% -
HSV(B) 279.16º 0.43% 0.86% -
XYZ 40.75 30.4 71.43 -
YUV 154.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 187 125 220 0.15 0.43 0 0.14 279.16 0.58 0.68
Hex BB 7D DC F 2B 0 E 117 3A 44
Octal 273 175 334 17 53 0 16 427 72 104
Binary 10111011 1111101 11011100 1111 101011 0 1110 100010111 111010 1000100

Color Harmonies of #BB7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DDC

Black with #BB7DDC

Text Example


Text Example

White with #BB7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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