Html Css Color HEX #BC89E6 Wisteria

📋 copy color: '#BC89E6'

red 188 ◦ green 137 ◦ blue 230

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

Shades of Wisteria #BC89E6

Tints of Wisteria #BC89E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 33.87%
G = 24.68%
B = 41.44%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC89E6 (or 0xBC89E6) is known color: Wisteria. HEX triplet: BC, 89 and E6. RGB value is (188,137,230). Sum of RGB (Red+Green+Blue) = 188+137+230=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC89E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89E6 is #437619. Grayscale: #A2A2A2. Windows color (decimal): -4421146 or 15108540. OLE color: 15108540.

HSL color Cylindrical-coordinate representation of color #BC89E6: hue angle of 272.9º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC89E6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 137 230 -
CMYK 0.18 0.40 0 0.10
HSL 272.9º 0.65% 0.72% -
HSV(B) 272.9º 0.4% 0.9% -
XYZ 43.97 34.3 79.17 -
YUV 162.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 188 137 230 0.18 0.40 0 0.10 272.9 0.65 0.72
Hex BC 89 E6 12 28 0 A 111 41 48
Octal 274 211 346 22 50 0 12 421 101 110
Binary 10111100 10001001 11100110 10010 101000 0 1010 100010001 1000001 1001000

Color Harmonies of #BC89E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89E6

Black with #BC89E6

Text Example


Text Example

White with #BC89E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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