Html Css Color HEX #BB89FA Wisteria

📋 copy color: '#BB89FA'

red 187 ◦ green 137 ◦ blue 250

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

Shades of Wisteria #BB89FA

Tints of Wisteria #BB89FA

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

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

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

R = 32.58%
G = 23.87%
B = 43.55%

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

#BB89FA (or 0xBB89FA) is known color: Wisteria. HEX triplet: BB, 89 and FA. RGB value is (187,137,250). Sum of RGB (Red+Green+Blue) = 187+137+250=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89FA is #447605. Grayscale: #A4A4A4. Windows color (decimal): -4486662 or 16419259. OLE color: 16419259.

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

Color convert

RGB 187 137 250 -
CMYK 0.25 0.45 0 0.02
HSL 266.55º 0.92% 0.76% -
HSV(B) 266.55º 0.45% 0.98% -
XYZ 46.69 35.36 94.81 -
YUV 164.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 187 137 250 0.25 0.45 0 0.02 266.55 0.92 0.76
Hex BB 89 FA 19 2D 0 2 10B 5C 4C
Octal 273 211 372 31 55 0 2 413 134 114
Binary 10111011 10001001 11111010 11001 101101 0 10 100001011 1011100 1001100

Color Harmonies of #BB89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89FA

Black with #BB89FA

Text Example


Text Example

White with #BB89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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