Html Css Color HEX #BC89F2 Wisteria

📋 copy color: '#BC89F2'

red 188 ◦ green 137 ◦ blue 242

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

Shades of Wisteria #BC89F2

Tints of Wisteria #BC89F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 33.16%
G = 24.16%
B = 42.68%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC89F2 (or 0xBC89F2) is known color: Wisteria. HEX triplet: BC, 89 and F2. RGB value is (188,137,242). Sum of RGB (Red+Green+Blue) = 188+137+242=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC89F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89F2 is #43760D. Grayscale: #A3A3A3. Windows color (decimal): -4421134 or 15894972. OLE color: 15894972.

HSL color Cylindrical-coordinate representation of color #BC89F2: hue angle of 269.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC89F2 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 137 242 -
CMYK 0.22 0.43 0 0.05
HSL 269.14º 0.8% 0.74% -
HSV(B) 269.14º 0.43% 0.95% -
XYZ 45.71 34.99 88.35 -
YUV 164.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 188 137 242 0.22 0.43 0 0.05 269.14 0.8 0.74
Hex BC 89 F2 16 2B 0 5 10D 50 4A
Octal 274 211 362 26 53 0 5 415 120 112
Binary 10111100 10001001 11110010 10110 101011 0 101 100001101 1010000 1001010

Color Harmonies of #BC89F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89F2

Black with #BC89F2

Text Example


Text Example

White with #BC89F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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