Html Css Color HEX #BC87FE Wisteria

📋 copy color: '#BC87FE'

red 188 ◦ green 135 ◦ blue 254

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

Shades of Wisteria #BC87FE

Tints of Wisteria #BC87FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 32.58%
G = 23.4%
B = 44.02%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC87FE (or 0xBC87FE) is known color: Wisteria. HEX triplet: BC, 87 and FE. RGB value is (188,135,254). Sum of RGB (Red+Green+Blue) = 188+135+254=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC87FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87FE is #437801. Grayscale: #A3A3A3. Windows color (decimal): -4421634 or 16680892. OLE color: 16680892.

HSL color Cylindrical-coordinate representation of color #BC87FE: hue angle of 266.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC87FE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 135 254 -
CMYK 0.26 0.47 0 0.00
HSL 266.72º 0.98% 0.76% -
HSV(B) 266.72º 0.47% 1% -
XYZ 47.29 35.18 98.06 -
YUV 164.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 188 135 254 0.26 0.47 0 0.00 266.72 0.98 0.76
Hex BC 87 FE 1A 2F 0 0 10B 62 4C
Octal 274 207 376 32 57 0 0 413 142 114
Binary 10111100 10000111 11111110 11010 101111 0 0 100001011 1100010 1001100

Color Harmonies of #BC87FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87FE

Black with #BC87FE

Text Example


Text Example

White with #BC87FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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