Html Css Color HEX #BC89FB Wisteria

📋 copy color: '#BC89FB'

red 188 ◦ green 137 ◦ blue 251

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

Shades of Wisteria #BC89FB

Tints of Wisteria #BC89FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 32.64%
G = 23.78%
B = 43.58%

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

#BC89FB (or 0xBC89FB) is known color: Wisteria. HEX triplet: BC, 89 and FB. RGB value is (188,137,251). Sum of RGB (Red+Green+Blue) = 188+137+251=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC89FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FB is #437604. Grayscale: #A4A4A4. Windows color (decimal): -4421125 or 16484796. OLE color: 16484796.

HSL color Cylindrical-coordinate representation of color #BC89FB: hue angle of 266.84º degrees, saturation: 0.93, 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 #BC89FB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 137 251 -
CMYK 0.25 0.45 0 0.02
HSL 266.84º 0.93% 0.76% -
HSV(B) 266.84º 0.45% 0.98% -
XYZ 47.1 35.55 95.65 -
YUV 165.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 188 137 251 0.25 0.45 0 0.02 266.84 0.93 0.76
Hex BC 89 FB 19 2D 0 2 10B 5D 4C
Octal 274 211 373 31 55 0 2 413 135 114
Binary 10111100 10001001 11111011 11001 101101 0 10 100001011 1011101 1001100

Color Harmonies of #BC89FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89FB

Black with #BC89FB

Text Example


Text Example

White with #BC89FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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