Html Css Color HEX #BC87F0 Wisteria

📋 copy color: '#BC87F0'

red 188 ◦ green 135 ◦ blue 240

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

Shades of Wisteria #BC87F0

Tints of Wisteria #BC87F0

RGB

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

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

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

R = 33.39%
G = 23.98%
B = 42.63%

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

#BC87F0 (or 0xBC87F0) is known color: Wisteria. HEX triplet: BC, 87 and F0. RGB value is (188,135,240). Sum of RGB (Red+Green+Blue) = 188+135+240=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87F0 is #43780F. Grayscale: #A2A2A2. Windows color (decimal): -4421648 or 15763388. OLE color: 15763388.

HSL color Cylindrical-coordinate representation of color #BC87F0: hue angle of 270.29º 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 #BC87F0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 135 240 -
CMYK 0.22 0.44 0 0.06
HSL 270.29º 0.78% 0.74% -
HSV(B) 270.29º 0.44% 0.94% -
XYZ 45.13 34.31 86.68 -
YUV 162.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 188 135 240 0.22 0.44 0 0.06 270.29 0.78 0.74
Hex BC 87 F0 16 2C 0 6 10E 4E 4A
Octal 274 207 360 26 54 0 6 416 116 112
Binary 10111100 10000111 11110000 10110 101100 0 110 100001110 1001110 1001010

Color Harmonies of #BC87F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87F0

Black with #BC87F0

Text Example


Text Example

White with #BC87F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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