Html Css Color HEX #BB87F0 Wisteria

📋 copy color: '#BB87F0'

red 187 ◦ green 135 ◦ blue 240

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

Shades of Wisteria #BB87F0

Tints of Wisteria #BB87F0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.02%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 33.27%
G = 24.02%
B = 42.7%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB87F0 (or 0xBB87F0) is known color: Wisteria. HEX triplet: BB, 87 and F0. RGB value is (187,135,240). Sum of RGB (Red+Green+Blue) = 187+135+240=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB87F0 is #44780F. Grayscale: #A2A2A2. Windows color (decimal): -4487184 or 15763387. OLE color: 15763387.

HSL color Cylindrical-coordinate representation of color #BB87F0: hue angle of 269.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB87F0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 135 240 -
CMYK 0.22 0.44 0 0.06
HSL 269.71º 0.78% 0.74% -
HSV(B) 269.71º 0.44% 0.94% -
XYZ 44.89 34.18 86.67 -
YUV 162.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 187 135 240 0.22 0.44 0 0.06 269.71 0.78 0.74
Hex BB 87 F0 16 2C 0 6 10E 4E 4A
Octal 273 207 360 26 54 0 6 416 116 112
Binary 10111011 10000111 11110000 10110 101100 0 110 100001110 1001110 1001010

Color Harmonies of #BB87F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB87F0

Black with #BB87F0

Text Example


Text Example

White with #BB87F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB87F0; }

 p { color: rgb(187,135,240); }

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

background-color css

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

 a { background-color: rgb(187,135,240); }

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

border-color css

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

 span { border-color: rgb(187,135,240); }

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