Html Css Color HEX #BC85EF Wisteria

📋 copy color: '#BC85EF'

red 188 ◦ green 133 ◦ blue 239

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

Shades of Wisteria #BC85EF

Tints of Wisteria #BC85EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.75%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 33.57%
G = 23.75%
B = 42.68%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC85EF (or 0xBC85EF) is known color: Wisteria. HEX triplet: BC, 85 and EF. RGB value is (188,133,239). Sum of RGB (Red+Green+Blue) = 188+133+239=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85EF is #437A10. Grayscale: #A1A1A1. Windows color (decimal): -4422161 or 15697340. OLE color: 15697340.

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

Color convert

RGB 188 133 239 -
CMYK 0.21 0.44 0 0.06
HSL 271.13º 0.77% 0.73% -
HSV(B) 271.13º 0.44% 0.94% -
XYZ 44.71 33.7 85.81 -
YUV 161.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 188 133 239 0.21 0.44 0 0.06 271.13 0.77 0.73
Hex BC 85 EF 15 2C 0 6 10F 4D 49
Octal 274 205 357 25 54 0 6 417 115 111
Binary 10111100 10000101 11101111 10101 101100 0 110 100001111 1001101 1001001

Color Harmonies of #BC85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85EF

Black with #BC85EF

Text Example


Text Example

White with #BC85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85EF; }

 p { color: rgb(188,133,239); }

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

background-color css

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

 a { background-color: rgb(188,133,239); }

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

border-color css

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

 span { border-color: rgb(188,133,239); }

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