Html Css Color HEX #BC86E8 Wisteria

📋 copy color: '#BC86E8'

red 188 ◦ green 134 ◦ blue 232

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

Shades of Wisteria #BC86E8

Tints of Wisteria #BC86E8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

 BLUE value IS 232 (91.02% from 255) = 41.88%

R = 33.94%
G = 24.19%
B = 41.88%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC86E8 (or 0xBC86E8) is known color: Wisteria. HEX triplet: BC, 86 and E8. RGB value is (188,134,232). Sum of RGB (Red+Green+Blue) = 188+134+232=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC86E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86E8 is #437917. Grayscale: #A0A0A0. Windows color (decimal): -4421912 or 15238844. OLE color: 15238844.

HSL color Cylindrical-coordinate representation of color #BC86E8: hue angle of 273.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC86E8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 134 232 -
CMYK 0.19 0.42 0 0.09
HSL 273.06º 0.68% 0.72% -
HSV(B) 273.06º 0.42% 0.91% -
XYZ 43.83 33.57 80.51 -
YUV 161.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 188 134 232 0.19 0.42 0 0.09 273.06 0.68 0.72
Hex BC 86 E8 13 2A 0 9 111 44 48
Octal 274 206 350 23 52 0 11 421 104 110
Binary 10111100 10000110 11101000 10011 101010 0 1001 100010001 1000100 1001000

Color Harmonies of #BC86E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86E8

Black with #BC86E8

Text Example


Text Example

White with #BC86E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86E8; }

 p { color: rgb(188,134,232); }

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

background-color css

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

 a { background-color: rgb(188,134,232); }

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

border-color css

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

 span { border-color: rgb(188,134,232); }

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