Html Css Color HEX #BC89FF Wisteria

📋 copy color: '#BC89FF'

red 188 ◦ green 137 ◦ blue 255

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

Shades of Wisteria #BC89FF

Tints of Wisteria #BC89FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 32.41%
G = 23.62%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC89FF (or 0xBC89FF) is known color: Wisteria. HEX triplet: BC, 89 and FF. RGB value is (188,137,255). Sum of RGB (Red+Green+Blue) = 188+137+255=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FF is #437600. Grayscale: #A5A5A5. Windows color (decimal): -4421121 or 16746940. OLE color: 16746940.

HSL color Cylindrical-coordinate representation of color #BC89FF: hue angle of 265.93º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC89FF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 137 255 -
CMYK 0.26 0.46 0 0
HSL 265.93º 1% 0.77% -
HSV(B) 265.93º 0.46% 1% -
XYZ 47.73 35.8 99 -
YUV 165.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 188 137 255 0.26 0.46 0 0 265.93 1 0.77
Hex BC 89 FF 1A 2E 0 0 10A 64 4D
Octal 274 211 377 32 56 0 0 412 144 115
Binary 10111100 10001001 11111111 11010 101110 0 0 100001010 1100100 1001101

Color Harmonies of #BC89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89FF

Black with #BC89FF

Text Example


Text Example

White with #BC89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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