Html Css Color HEX #BC89DD Wisteria

📋 copy color: '#BC89DD'

red 188 ◦ green 137 ◦ blue 221

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

Shades of Wisteria #BC89DD

Tints of Wisteria #BC89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 34.43%
G = 25.09%
B = 40.48%

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

#BC89DD (or 0xBC89DD) is known color: Wisteria. HEX triplet: BC, 89 and DD. RGB value is (188,137,221). Sum of RGB (Red+Green+Blue) = 188+137+221=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89DD is #437622. Grayscale: #A1A1A1. Windows color (decimal): -4421155 or 14518716. OLE color: 14518716.

HSL color Cylindrical-coordinate representation of color #BC89DD: hue angle of 276.43º degrees, saturation: 0.55, 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 #BC89DD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 137 221 -
CMYK 0.15 0.38 0 0.13
HSL 276.43º 0.55% 0.7% -
HSV(B) 276.43º 0.38% 0.87% -
XYZ 42.74 33.8 72.68 -
YUV 161.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 188 137 221 0.15 0.38 0 0.13 276.43 0.55 0.7
Hex BC 89 DD F 26 0 D 114 37 46
Octal 274 211 335 17 46 0 15 424 67 106
Binary 10111100 10001001 11011101 1111 100110 0 1101 100010100 110111 1000110

Color Harmonies of #BC89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89DD

Black with #BC89DD

Text Example


Text Example

White with #BC89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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