Html Css Color HEX #BC89DE Wisteria

📋 copy color: '#BC89DE'

red 188 ◦ green 137 ◦ blue 222

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

Shades of Wisteria #BC89DE

Tints of Wisteria #BC89DE

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

 GREEN value IS 137 (53.91% from 255) = 25.05%

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

R = 34.37%
G = 25.05%
B = 40.59%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC89DE (or 0xBC89DE) is known color: Wisteria. HEX triplet: BC, 89 and DE. RGB value is (188,137,222). Sum of RGB (Red+Green+Blue) = 188+137+222=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89DE is #437621. Grayscale: #A1A1A1. Windows color (decimal): -4421154 or 14584252. OLE color: 14584252.

HSL color Cylindrical-coordinate representation of color #BC89DE: hue angle of 276º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC89DE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 137 222 -
CMYK 0.15 0.38 0 0.13
HSL 276º 0.56% 0.7% -
HSV(B) 276º 0.38% 0.87% -
XYZ 42.87 33.86 73.38 -
YUV 161.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 188 137 222 0.15 0.38 0 0.13 276 0.56 0.7
Hex BC 89 DE F 26 0 D 114 38 46
Octal 274 211 336 17 46 0 15 424 70 106
Binary 10111100 10001001 11011110 1111 100110 0 1101 100010100 111000 1000110

Color Harmonies of #BC89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89DE

Black with #BC89DE

Text Example


Text Example

White with #BC89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89DE; }

 p { color: rgb(188,137,222); }

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

background-color css

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

 a { background-color: rgb(188,137,222); }

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

border-color css

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

 span { border-color: rgb(188,137,222); }

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