Html Css Color HEX #BC89FA Wisteria

📋 copy color: '#BC89FA'

red 188 ◦ green 137 ◦ blue 250

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

Shades of Wisteria #BC89FA

Tints of Wisteria #BC89FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 32.7%
G = 23.83%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC89FA (or 0xBC89FA) is known color: Wisteria. HEX triplet: BC, 89 and FA. RGB value is (188,137,250). Sum of RGB (Red+Green+Blue) = 188+137+250=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FA is #437605. Grayscale: #A4A4A4. Windows color (decimal): -4421126 or 16419260. OLE color: 16419260.

HSL color Cylindrical-coordinate representation of color #BC89FA: hue angle of 267.08º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC89FA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 137 250 -
CMYK 0.25 0.45 0 0.02
HSL 267.08º 0.92% 0.76% -
HSV(B) 267.08º 0.45% 0.98% -
XYZ 46.94 35.48 94.82 -
YUV 165.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 188 137 250 0.25 0.45 0 0.02 267.08 0.92 0.76
Hex BC 89 FA 19 2D 0 2 10B 5C 4C
Octal 274 211 372 31 55 0 2 413 134 114
Binary 10111100 10001001 11111010 11001 101101 0 10 100001011 1011100 1001100

Color Harmonies of #BC89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89FA

Black with #BC89FA

Text Example


Text Example

White with #BC89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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